Actions
action #1632
closedFind out how to measure test coverage
Start date:
2014-02-20
Due date:
% Done:
100%
Estimated time:
Description
We would like to improve test-suite for our staging plugin, so we need to figure out how to measure test coverage.
Updated by _miska_ almost 11 years ago
- Status changed from New to Closed
- % Done changed from 0 to 100
That was simple, this looks like an answer:
nosetests --with-coverage --cover-erase --cover-package=oscs,osclib
Actions