summaryrefslogtreecommitdiffstats
path: root/Misc
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2009-05-29 20:33:46 (GMT)
committerMichael Foord <fuzzyman@voidspace.org.uk>2009-05-29 20:33:46 (GMT)
commitb4a81c838a5b709fdd8f591e7ce3b69da1fe91a3 (patch)
treed78c0451c03bd0e7b14d6cd1ada08a378dcc95e7 /Misc
parentfe6e784a9dc1e1c3281f2a62d2d5f48134cc4fd5 (diff)
downloadcpython-b4a81c838a5b709fdd8f591e7ce3b69da1fe91a3.zip
cpython-b4a81c838a5b709fdd8f591e7ce3b69da1fe91a3.tar.gz
cpython-b4a81c838a5b709fdd8f591e7ce3b69da1fe91a3.tar.bz2
Add test discovery to unittest. Issue 6001.
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 7e53d24..73ddbe7 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -503,6 +503,9 @@ Library
- unittest.assertNotEqual() now uses the inequality operator (!=) instead
of the equality operator.
+
+- Issue #6001: Test discovery for unittest. Implemented in
+ unittest.TestLoader.discover and from the command line.
- Issue #5679: The methods unittest.TestCase.addCleanup and doCleanups were added.
addCleanup allows you to add cleanup functions that will be called