Thanks to visit codestin.com Credit goes to github.com
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.
1 parent db7dd4f commit 8e12d9eCopy full SHA for 8e12d9e
Lib/test/test_descr.py
@@ -2356,8 +2356,6 @@ class D(object):
2356
else:
2357
self.fail("expected ZeroDivisionError from bad property")
2358
2359
- # TODO: RUSTPYTHON
2360
- @unittest.expectedFailure
2361
@unittest.skipIf(sys.flags.optimize >= 2,
2362
"Docstrings are omitted with -O2 and above")
2363
def test_properties_doc_attrib(self):
@@ -2384,8 +2382,6 @@ def test_testcapi_no_segfault(self):
2384
2382
class X(object):
2385
2383
p = property(_testcapi.test_with_docstring)
2386
2387
2388
2389
def test_properties_plus(self):
2390
class C(object):
2391
foo = property(doc="hello")
0 commit comments