improve test name

This commit is contained in:
Benjamin Peterson 2011-08-17 11:48:23 -05:00
parent d17cefc787
commit af3dcd2f98
1 changed files with 1 additions and 1 deletions

View File

@ -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"]