Statement coverage for Python

15 March 2007 in links
tagged with [coverage] [python] [test]

for some reason, test-driven development in python sometimes seems a little hokey. distutils doesn’t have a built-in recipie for running tests, for instance. But this is nice.

http://www.nedbatchelder.com/code/modules/rees-coverage.html

disqus comments  

Statement coverage for Python