Do not add an obsolete unittest name to Py3.2.

This commit is contained in:
Raymond Hettinger 2010-11-29 01:38:25 +00:00
parent fc889c48ed
commit 40b8cf528f
2 changed files with 0 additions and 10 deletions

View file

@ -1029,9 +1029,6 @@ class TestCase(object):
standardMsg = '\n'.join(errors)
self.fail(self._formatMessage(msg, standardMsg))
# Old name for assertCountEqual()
assertItemsEqual = assertCountEqual
def assertMultiLineEqual(self, first, second, msg=None):
"""Assert that two multi-line strings are equal."""
self.assertIsInstance(first, str, 'First argument is not a string')