summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_exceptions.py
diff options
context:
space:
mode:
authorBenjamin Peterson <benjamin@python.org>2014-04-02 16:05:35 (GMT)
committerBenjamin Peterson <benjamin@python.org>2014-04-02 16:05:35 (GMT)
commit24dfb05d4f7de2d28db2c69560d3afa8f612242c (patch)
tree2997d9709fd0afcc83ec254321e2fe7ff4992722 /Lib/test/test_exceptions.py
parent31b26f637aa118c70157a3e11f58f12620345989 (diff)
downloadcpython-24dfb05d4f7de2d28db2c69560d3afa8f612242c.zip
cpython-24dfb05d4f7de2d28db2c69560d3afa8f612242c.tar.gz
cpython-24dfb05d4f7de2d28db2c69560d3afa8f612242c.tar.bz2
make test name consistent with the rest of the file
Diffstat (limited to 'Lib/test/test_exceptions.py')
-rw-r--r--Lib/test/test_exceptions.py2
1 files changed, 1 insertions, 1 deletions
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 @@ 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')