]> granicus.if.org Git - python/commit
Adding assertIs and assertIsNot methods to unittest.TestCase
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 5 Apr 2009 19:19:28 +0000 (19:19 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 5 Apr 2009 19:19:28 +0000 (19:19 +0000)
commitf2dfef1637706e2d103151f1d333b33fc26018b0
tree01db417483f401d70c25256cc25f6ffd8f98a96a
parent7ab5eb91b7aba558ef39d7fa4ca7d3a63d4e886e
Adding assertIs and assertIsNot methods to unittest.TestCase

Issue #2578
Doc/library/unittest.rst
Lib/test/test_unittest.py
Lib/unittest.py
Misc/NEWS