commit | af3dcd2f9871a953d58408b114b8d1579618c6e8 | [log] [tgz] |
---|---|---|
author | Benjamin Peterson <benjamin@python.org> | Wed Aug 17 11:48:23 2011 -0500 |
committer | Benjamin Peterson <benjamin@python.org> | Wed Aug 17 11:48:23 2011 -0500 |
tree | b8c14e0a0ed15789253d8d298900afddfd0453d2 | |
parent | d17cefc7876ec646a33773dfd2aa4dde2d8187d0 [diff] |
improve test name
diff --git a/Lib/test/test_descr.py b/Lib/test/test_descr.py index 3f68ee9..aade9f5 100644 --- a/Lib/test/test_descr.py +++ b/Lib/test/test_descr.py
@@ -4253,7 +4253,7 @@ 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"]