commit | f2dfef1637706e2d103151f1d333b33fc26018b0 | [log] [tgz] |
---|---|---|
author | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Apr 05 19:19:28 2009 +0000 |
committer | Michael Foord <fuzzyman@voidspace.org.uk> | Sun Apr 05 19:19:28 2009 +0000 |
tree | 01db417483f401d70c25256cc25f6ffd8f98a96a | |
parent | 7ab5eb91b7aba558ef39d7fa4ca7d3a63d4e886e [diff] [blame] |
Adding assertIs and assertIsNot methods to unittest.TestCase Issue #2578
diff --git a/Misc/NEWS b/Misc/NEWS index 2cfd292..fb5351a 100644 --- a/Misc/NEWS +++ b/Misc/NEWS
@@ -212,6 +212,8 @@ Library ------- +- Issue 5693: TestSuite.__iter__ can now be consistently overridden in subclasses. + - Issue 5694: removed spurious test output in Distutils (test_clean). - Issue 5471: Fix os.path.expanduser() for $HOME set to '/'.