summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorGeorg Brandl <georg@python.org>2007-03-07 09:21:06 (GMT)
committerGeorg Brandl <georg@python.org>2007-03-07 09:21:06 (GMT)
commitd0a962506bd69d94dcd740a9555140d09b8cf2b5 (patch)
tree7d6c988c264deacfb154fd97871772335e756de1 /Misc
parent15c5ce936f8dd2d83a02707efbeb88531f7514af (diff)
downloadcpython-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')
-rw-r--r--Misc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/Misc/NEWS b/Misc/NEWS
index 34ed2c7..0452f83 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -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.