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 -------------------------