Changes between Version 9 and Version 10 of HowToWriteTests


Ignore:
Timestamp:
2015-02-25T13:35:12Z (10 years ago)
Author:
daira
Comment:

remove a duplication

Legend:

Unmodified
Added
Removed
Modified
  • HowToWriteTests

    v9 v10  
    2626
    2727Now 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_fname
    31 }}}
    32 
    33 
    3428
    3529{{{