Commit af3dcd2f authored by Benjamin Peterson's avatar Benjamin Peterson

improve test name

parent d17cefc7
......@@ -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"]
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment