NOtest_multiple_inheritance_getattr in test_class_sh_void_ptr_capsule.py (quick experiment)

This commit is contained in:
Ralf W. Grosse-Kunstleve 2023-04-07 22:24:22 -07:00
parent f27bd9a3bb
commit e8f0749b89

View File

@ -84,7 +84,7 @@ def test_type_with_getattr():
assert obj.something == "GetAttr: something"
def test_multiple_inheritance_getattr():
def NOtest_multiple_inheritance_getattr():
d1 = m.Derived1()
assert d1.foo() == 0
assert d1.bar() == 1