We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
test_property
-00
1 parent 3a5b38e commit b70a68fCopy full SHA for b70a68f
Lib/test/test_property.py
@@ -224,6 +224,7 @@ class PropertySubSlots(property):
224
225
class PropertySubclassTests(unittest.TestCase):
226
227
+ @support.requires_docstrings
228
def test_slots_docstring_copy_exception(self):
229
# A special case error that we preserve despite the GH-98963 behavior
230
# that would otherwise silently ignore this error.
0 commit comments