commit | 3b6d025d9bc6a0109e9a2ebd28a4864e8007193a | [log] [tgz] |
---|---|---|
author | Barry Warsaw <barry@python.org> | Sat Feb 07 22:43:03 2004 +0000 |
committer | Barry Warsaw <barry@python.org> | Sat Feb 07 22:43:03 2004 +0000 |
tree | e4c2b4e57a475a1384868518ae832020e90f5870 | |
parent | 5c5eb8634703b7e463ade6707d2b6f1a80769286 [diff] |
Patch #868499, adds -T option for code coverage. The implementation is a fairly simpleminded adaptation of Zope3's test.py -T flag. I also changed some booleans to use True/False where appropriate.