Changes between Version 9 and Version 10 of HowToWriteTests
- Timestamp:
- 2015-02-25T13:35:12Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
HowToWriteTests
v9 v10 26 26 27 27 Now install Ned Batchelder's "[http://nedbatchelder.com/code/coverage/ coverage"] tool and run your with code coverage, like this: 28 29 {{{30 python setup.py trial --coverage -s allmydata.test.test_fname31 }}}32 33 34 28 35 29 {{{