This test now passes, make it run regularly
This commit is contained in:
parent
74fefe45a4
commit
047a4f59c5
|
@ -1,8 +1,5 @@
|
|||
"""
|
||||
categories: Core,Classes
|
||||
description: Calling super() getter property in subclass will return a property object, not the value
|
||||
cause: Unknown
|
||||
workaround: Unknown
|
||||
test that calling super() getter property in subclass will return the value
|
||||
"""
|
||||
class A:
|
||||
@property
|
Loading…
Reference in New Issue