diff options
author | Georg Brandl <georg@python.org> | 2007-03-07 09:21:06 (GMT) |
---|---|---|
committer | Georg Brandl <georg@python.org> | 2007-03-07 09:21:06 (GMT) |
commit | d0a962506bd69d94dcd740a9555140d09b8cf2b5 (patch) | |
tree | 7d6c988c264deacfb154fd97871772335e756de1 /Misc/NEWS | |
parent | 15c5ce936f8dd2d83a02707efbeb88531f7514af (diff) | |
download | cpython-d0a962506bd69d94dcd740a9555140d09b8cf2b5.zip cpython-d0a962506bd69d94dcd740a9555140d09b8cf2b5.tar.gz cpython-d0a962506bd69d94dcd740a9555140d09b8cf2b5.tar.bz2 |
Patch #787789: allow to pass custom TestRunner instances to unittest's
main() function.
Diffstat (limited to 'Misc/NEWS')
-rw-r--r-- | Misc/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -152,6 +152,9 @@ Core and builtins Library ------- +- Patch #787789: allow to pass custom TestRunner instances to unittest's + main() function. + - Patches #1550273, #1550272: fix a few bugs in unittest and add a comprehensive test suite for the module. |