[Python-Dev] no expected test output for test_sort? (original) (raw)
Delaney, Timothy tdelaney@avaya.com
Thu, 9 Jan 2003 11:56:06 +1100
- Previous message: [Python-Dev] test_codeccallbacks failing on Windows
- Next message: [Python-Dev] new features for 2.3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]
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
- Previous message: [Python-Dev] test_codeccallbacks failing on Windows
- Next message: [Python-Dev] new features for 2.3?
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ]