]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Patch #787789: allow to pass custom TestRunner instances to unittest's
authorGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 09:21:06 +0000 (09:21 +0000)
committerGeorg Brandl <georg@python.org>
Wed, 7 Mar 2007 09:21:06 +0000 (09:21 +0000)
commitd0a962506bd69d94dcd740a9555140d09b8cf2b5
tree7d6c988c264deacfb154fd97871772335e756de1
parent15c5ce936f8dd2d83a02707efbeb88531f7514af
Patch #787789: allow to pass custom TestRunner instances to unittest's
main() function.
Doc/lib/libunittest.tex
Lib/unittest.py
Misc/NEWS