]> granicus.if.org Git - python/commit
Patch #868499, adds -T option for code coverage. The implementation is a
authorBarry Warsaw <barry@python.org>
Sat, 7 Feb 2004 22:43:03 +0000 (22:43 +0000)
committerBarry Warsaw <barry@python.org>
Sat, 7 Feb 2004 22:43:03 +0000 (22:43 +0000)
commit3b6d025d9bc6a0109e9a2ebd28a4864e8007193a
treee4c2b4e57a475a1384868518ae832020e90f5870
parent5c5eb8634703b7e463ade6707d2b6f1a80769286
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.
Lib/test/regrtest.py