Merge pull request #2108 from edx/pbaratta/calc-tests

Add some testing to calc.py prior to changes
This commit is contained in:
Peter Baratta
2013-05-30 12:54:52 -07:00
5 changed files with 441 additions and 43 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]