Fixed docstrings and other comments from PR review

This commit is contained in:
Peter Baratta
2013-05-23 17:29:14 -04:00
parent 1de8c4d321
commit 2486f7c271
3 changed files with 130 additions and 71 deletions

View File

@@ -115,6 +115,11 @@ xmodule can be tested independently, with this:
rake test_common/lib/xmodule
other module level tests include
* `rake test_common/lib/capa`
* `rake test_common/lib/calc`
To run a single django test class:
django-admin.py test --settings=lms.envs.test --pythonpath=. lms/djangoapps/courseware/tests/tests.py:TestViewAuth