From: Benjamin Peterson Date: Wed, 2 Apr 2014 16:05:35 +0000 (-0400) Subject: make test name consistent with the rest of the file X-Git-Tag: v3.4.1rc1~135 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=24dfb05d4f7de2d28db2c69560d3afa8f612242c;p=python 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 62a2e324b1..80e921a44e 100644 --- a/Lib/test/test_exceptions.py +++ b/Lib/test/test_exceptions.py @@ -763,7 +763,7 @@ class ExceptionTests(unittest.TestCase): 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')