]> granicus.if.org Git - python/commit
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNot...
authorMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 16:40:02 +0000 (16:40 +0000)
committerMichael Foord <fuzzyman@voidspace.org.uk>
Sun, 13 Sep 2009 16:40:02 +0000 (16:40 +0000)
commitc3f79373e89cfe926b6e1f9e2f73dada1cbfff8e
tree4a11186cdbaef8d375972f162e32bcd2169a73f8
parent60931a5a580321b4b225bec9e133ed3998eb7d1a
Objects that compare equal automatically pass or fail assertAlmostEqual and assertNotAlmostEqual tests on unittest.TestCase. Issue 6567.
Doc/library/unittest.rst
Doc/whatsnew/2.7.rst
Lib/test/test_unittest.py
Lib/unittest/case.py