Bug #437
missing test coverage
100%
Description
from tunnell
If you run:
easy_install coverage nose
then:
itchy:maus-tunnell$ nosetests --with-coverage build/test_error_handler.py
.......
Name Stmts Miss Cover Missing
--------------------------------------------
ErrorHandler 40 3 93% 51-52, 75
----------------------------------------------------------------------
Ran 7 tests in 0.002s
OK
Updated by Tunnell, Christopher about 12 years ago
- Status changed from Open to In Progress
- % Done changed from 0 to 50
Now that I'm not at RAL and can get stuff done: I've added nose and coverage into 40python_extras.bash. I have cleaned up the files I'm responsible for to get their coverage up when it was useful (nearly all the tiem). You have some files in 'core' that need to be done.
Also: the run_tests.bash in the root of the trunk now calls the coverage stuff.
Updated by Tunnell, Christopher about 12 years ago
- Target version changed from MAUS-v0.0.1 to Future MAUS release
Updated by Rogers, Chris about 12 years ago
The specific bug for test coverage in exception_handler is now fixed in rogers... will close issue next time i merge
Updated by Rogers, Chris about 12 years ago
- Status changed from In Progress to Closed
- % Done changed from 50 to 100
Updated by Rogers, Chris about 12 years ago
- Target version changed from Future MAUS release to MAUS-v0.0.2