Merge pull request #1190 from edx/will/fix-test-docs

Fix run single test example
This commit is contained in:
Will Daly
2013-10-01 13:02:13 -07:00

View File

@@ -128,11 +128,11 @@ other module level tests include
To run a single django test class:
rake test_lms[courseware.tests.tests:testViewAuth]
rake test_lms[lms/djangoapps/courseware/tests/tests.py:ActivateLoginTest]
To run a single django test:
rake test_lms[courseware.tests.tests:TestViewAuth.test_dark_launch]
rake test_lms[lms/djangoapps/courseware/tests/tests.py:ActivateLoginTest.test_activate_login]
To re-run all failing django tests from lms or cms: