mirror of https://github.com/python/cpython.git
make test name consistent with the rest of the file
This commit is contained in:
parent
31b26f637a
commit
24dfb05d4f
|
@ -763,7 +763,7 @@ def __del__(self):
|
||||||
pass
|
pass
|
||||||
self.assertEqual(e, (None, None, None))
|
self.assertEqual(e, (None, None, None))
|
||||||
|
|
||||||
def testUnicodeChangeAttributes(self):
|
def test_unicode_change_attributes(self):
|
||||||
# See issue 7309. This was a crasher.
|
# See issue 7309. This was a crasher.
|
||||||
|
|
||||||
u = UnicodeEncodeError('baz', 'xxxxx', 1, 5, 'foo')
|
u = UnicodeEncodeError('baz', 'xxxxx', 1, 5, 'foo')
|
||||||
|
|
Loading…
Reference in New Issue