We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 74fefe4 commit 047a4f5Copy full SHA for 047a4f5
1 file changed
tests/cpydiff/core_class_superproperty.py tests/basics/core_class_superproperty.pytests/cpydiff/core_class_superproperty.py renamed to tests/basics/core_class_superproperty.py
@@ -1,8 +1,5 @@
1
"""
2
-categories: Core,Classes
3
-description: Calling super() getter property in subclass will return a property object, not the value
4
-cause: Unknown
5
-workaround: Unknown
+test that calling super() getter property in subclass will return the value
6
7
class A:
8
@property
0 commit comments