diff --git a/docs/en_us/internal/testing.md b/docs/en_us/internal/testing.md index a278186a7f..7d05c5f46f 100644 --- a/docs/en_us/internal/testing.md +++ b/docs/en_us/internal/testing.md @@ -254,7 +254,7 @@ option to skip those tasks. This option can also be used with any of the test sp To run a single test, specify the name of the test file. For example: - paver test_bokchoy -t test_lms.py + paver test_bokchoy -t lms/test_lms.py Notice the test file location is relative to common/test/acceptance/tests. For example: @@ -271,7 +271,7 @@ To test only a certain feature, specify the file and the testcase class: To execute only a certain test case, specify the file name, class, and test case method: - paver test_bokchoy -t test_lms.py:RegistrationTest.test_register + paver test_bokchoy -t lms/test_lms.py:RegistrationTest.test_register During acceptance test execution, log files and also screenshots of failed tests are captured in test_root/log.