The unittest.TestCase.assertEqual() now displays the differences in lists,
commitd8ef030fdc423156b464755c99af29ca12cab68e
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 16:54:10 +0000 (31 16:54 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 16:54:10 +0000 (31 16:54 +0000)
tree39161837b9b25f84fd0293d9c7f3c75ebe288bd0
parentfba2ad76d2637b35468ef0ed0b4e6a26152c6637
The unittest.TestCase.assertEqual() now displays the differences in lists,
tuples, dicts and sets on failure.

Many new handy type and comparison specific assert* methods have been added
that fail with error messages actually useful for debugging.  Contributed in
by Google and completed with help from mfoord and GvR at PyCon 2009 sprints.

Discussion lives in http://bugs.python.org/issue2578.

git-svn-id: http://svn.python.org/projects/python/trunk@70837 6015fed2-1504-0410-9fe1-9d1591cc4771
Doc/library/unittest.rst
Lib/test/test_gc.py
Lib/test/test_struct.py
Lib/test/test_unittest.py
Lib/unittest.py
Misc/NEWS