Commit 1be908d2 by Muhammad Ammar

Correct test file path for bok-choy

parent 4c9fa9d5
...@@ -254,7 +254,7 @@ option to skip those tasks. This option can also be used with any of the test sp ...@@ -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: 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: 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: ...@@ -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 To execute only a certain test case, specify the file name, class, and
test case method: 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 During acceptance test execution, log files and also screenshots of failed tests
are captured in test_root/log. are captured in test_root/log.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment