From 609629c6d3e6fae263c498258e4dc7e8ff7dee30 Mon Sep 17 00:00:00 2001 From: Andy Shultz Date: Thu, 28 Sep 2023 13:51:26 -0400 Subject: [PATCH] docs: actually pull the eye to the most weird and critical instruction --- docs/concepts/testing/testing.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/concepts/testing/testing.rst b/docs/concepts/testing/testing.rst index bf02801325..24b799ef65 100644 --- a/docs/concepts/testing/testing.rst +++ b/docs/concepts/testing/testing.rst @@ -83,6 +83,8 @@ Test Locations Running Tests ============= +**Unless otherwise mentioned, all the following commands should be run from inside the lms docker container.** + You can run all of the unit-level tests using this command:: paver test @@ -94,9 +96,6 @@ Note - paver -h -Note - -Unless otherwise mentioned, all the following commands should be run from inside lms docker container. - Running Python Unit tests -------------------------