From: Benjamin Peterson Date: Wed, 17 Aug 2011 16:48:23 +0000 (-0500) Subject: improve test name X-Git-Tag: v3.3.0a1~1687 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=af3dcd2f9871a953d58408b114b8d1579618c6e8;p=thirdparty%2FPython%2Fcpython.git improve test name --- diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 3f68ee9bd1d3..aade9f5a4518 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py @@ -4253,7 +4253,7 @@ order (MRO) for bases """ foo = Foo() str(foo) - def test_slot_shadows_class(self): + def test_slot_shadows_class_variable(self): with self.assertRaises(ValueError) as cm: class X: __slots__ = ["foo"]