diff options
author | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-05-29 20:33:46 (GMT) |
---|---|---|
committer | Michael Foord <fuzzyman@voidspace.org.uk> | 2009-05-29 20:33:46 (GMT) |
commit | b4a81c838a5b709fdd8f591e7ce3b69da1fe91a3 (patch) | |
tree | d78c0451c03bd0e7b14d6cd1ada08a378dcc95e7 /Misc | |
parent | fe6e784a9dc1e1c3281f2a62d2d5f48134cc4fd5 (diff) | |
download | cpython-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/NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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 |