commit | 24dfb05d4f7de2d28db2c69560d3afa8f612242c | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Apr 02 12:05:35 2014 -0400 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Apr 02 12:05:35 2014 -0400 |
tree | 2997d9709fd0afcc83ec254321e2fe7ff4992722 | |
parent | 31b26f637aa118c70157a3e11f58f12620345989 [diff] |
make test name consistent with the rest of the file
diff --git a/Lib/test/test_exceptions.py b/Lib/test/test_exceptions.py index 62a2e32..80e921a 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py
@@ -763,7 +763,7 @@ pass self.assertEqual(e, (None, None, None)) - def testUnicodeChangeAttributes(self): + def test_unicode_change_attributes(self): # See issue 7309. This was a crasher. u = UnicodeEncodeError('baz', 'xxxxx', 1, 5, 'foo')