[Python-Dev] no expected test output for test_sort? (original) (raw)

Delaney, Timothy tdelaney@avaya.com
Thu, 9 Jan 2003 11:56:06 +1100


From: Guido van Rossum [mailto:guido@python.org]

cases, etc. There are coverage tools (ask Skip) -- when testing Python modules, see if the test covers all code in the module!

Speaking of which, I am currently seeking permission to release my (unfinished) coverage tool. One advantage it has is that it can run PyUnit tests from within the coverage tool without any extra work - as far as PyUnit is concerned, the script being covered is the main script.

Tim Delaney