Actually I think we're deprecating the setuptools_trial way of doing it...

[Imported from Trac: page HowToWriteTests, version 5]
zooko 2013-04-27 04:15:00 +00:00
parent 05601ac9ad
commit ddbdba67b2

@ -22,8 +22,6 @@ class T(unittest.TestCase):
Now run it!
Also read: <https://tahoe-lafs.org/trac/setuptools_trial/browser/trunk/README.txt>
# code coverage
Now install Ned Batchelder's "[coverage"](http://nedbatchelder.com/code/coverage/) tool and run your with code coverage, like this: