10000
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_descr.test_not_implemented
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Right now there are several problems that can be attributed to the long history of this test.
operator
cpython/Lib/test/test_descr.py
Line 4604 in 396b831
rname
Line 4629 in 396b831
__r*__
The text was updated successfully, but these errors were encountered:
pythongh-117797: Improve test_descr.test_not_implemented
dd9a9fc
7ac3ebf
gh-117797: Improve test_descr.test_not_implemented (#117798)
1a1e013
pythongh-117797: Improve test_descr.test_not_implemented (pythonGH-…
b2e5095
…117798) (cherry picked from commit 1a1e013) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
[3.12] gh-117797: Improve test_descr.test_not_implemented (GH-117798)…
44eab29
… (#117921) gh-117797: Improve `test_descr.test_not_implemented` (GH-117798) (cherry picked from commit 1a1e013) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
pythongh-117797: Improve test_descr.test_not_implemented (python#11…
1f7f794
…7798)
sobolevn
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Bug report
Right now there are several problems that can be attributed to the long history of this test.
operator
name here is not needed:cpython/Lib/test/test_descr.py
Line 4604 in 396b831
rname
here is not used:cpython/Lib/test/test_descr.py
Line 4629 in 396b831
__r*__
methods are not tested. They were removed 18 years ago in 4886cc3#diff-6b813570d02ae3544e7e0233ae21d647f8e2dc47486495557e8d16c80460e85b I think that adding them back is a good thingLinked PRs
test_descr.test_not_implemented
#117798test_descr.test_not_implemented
(GH-117798) #117921The text was updated successfully, but these errors were encountered: