]> granicus.if.org Git - python/commitdiff
make test name consistent with the rest of the file
authorBenjamin Peterson <benjamin@python.org>
Wed, 2 Apr 2014 16:05:35 +0000 (12:05 -0400)
committerBenjamin Peterson <benjamin@python.org>
Wed, 2 Apr 2014 16:05:35 +0000 (12:05 -0400)
Lib/test/test_exceptions.py

index 62a2e324b1ca545a1374d1f7ae4288f6433dbed7..80e921a44e5aff0ed02664a02794b9d0cab3f794 100644 (file)
@@ -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')