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 d19f067 commit f036b35Copy full SHA for f036b35
Lib/test/test_property.py
@@ -245,6 +245,7 @@ class PropertySubSlots(property):
245
246
class PropertySubclassTests(unittest.TestCase):
247
248
+ @support.requires_docstrings
249
def test_slots_docstring_copy_exception(self):
250
# A special case error that we preserve despite the GH-98963 behavior
251
# that would otherwise silently ignore this error.
0 commit comments