summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Epler <jepler@unpythonic.net>2018-03-25 14:30:59 -0500
committerJeff Epler <jepler@unpythonic.net>2018-03-26 18:47:06 -0500
commit047a4f59c5acc6ab70bab177b33f0cef2972e8a1 (patch)
tree72f7059364c502bc7f0e848dac4d3692317c31c5
parent74fefe45a4cc6073d16af32e0fe35e1fd389d558 (diff)
This test now passes, make it run regularly
-rw-r--r--tests/basics/core_class_superproperty.py (renamed from tests/cpydiff/core_class_superproperty.py)5
1 files changed, 1 insertions, 4 deletions
diff --git a/tests/cpydiff/core_class_superproperty.py b/tests/basics/core_class_superproperty.py
index 1ec210550..69db10046 100644
--- a/tests/cpydiff/core_class_superproperty.py
+++ b/tests/basics/core_class_superproperty.py
@@ -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