]> granicus.if.org Git - python/commit
Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
authorSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Sep 2013 20:07:00 +0000 (23:07 +0300)
committerSerhiy Storchaka <storchaka@gmail.com>
Mon, 23 Sep 2013 20:07:00 +0000 (23:07 +0300)
commit77622f55c2705014005623fd58020f6f06379e12
tree1a303a515d7bf14d78e0c1955c28845d2f6a7dc8
parent463bd4b5c6046f2501b36978ea2732e5bcd4ea19
Issue #18996: TestCase.assertEqual() now more cleverly shorten differing
strings in error report.
Lib/unittest/case.py
Lib/unittest/test/test_case.py
Lib/unittest/util.py
Misc/NEWS