Commit b5fc5d89 by Will Daly

Fix run single test example

parent ac23149f
......@@ -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:
......
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