Rename the actual method definitions to the official assertFoo names.
commit87bd7df68266088bd5c2f1fb132c7c5a29922416
authorgregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 19:03:28 +0000 (31 19:03 +0000)
committergregory.p.smith <gregory.p.smith@6015fed2-1504-0410-9fe1-9d1591cc4771>
Tue, 31 Mar 2009 19:03:28 +0000 (31 19:03 +0000)
treed6dcf5bbba1fa0a1690e64e741572d7e41b41c75
parent391835c827de7cdcab55171aa19e7950913e540d
Rename the actual method definitions to the official assertFoo names.

Adds unittests to make sure the old fail* names continue to work now
and adds a comment that they are pending deprecation.

Also adds a test to confirm that the plural Equals method variants
continue to exist even though we're unlikely to deprecate those.

http://bugs.python.org/issue2578

git-svn-id: http://svn.python.org/projects/python/trunk@70864 6015fed2-1504-0410-9fe1-9d1591cc4771
Lib/test/test_unittest.py
Lib/unittest.py