Merge branch 'master' into will/diff-cover-integration

This commit is contained in:
Will Daly
2013-06-04 18:19:07 -04:00
186 changed files with 42549 additions and 1421 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:
rake test_lms[courseware.tests.tests:testViewAuth]