This test now passes, make it run regularly

This commit is contained in:
Jeff Epler 2018-03-25 14:30:59 -05:00
parent 74fefe45a4
commit 047a4f59c5
1 changed files with 1 additions and 4 deletions

View File

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