We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
test_typing.NewTypeTests
After https://github.com/python/cpython/pull/103764/files#diff-04d29c98076c2d6bb75921ea9becb26a862544d39b71db87b6e354c759b9305dR6452 NewTypeTests has two unused methods:
NewTypeTests
cleanup
BaseTestCase
teardown
-R 3:3
I will send a PR to clean things up.
The text was updated successfully, but these errors were encountered:
pythongh-105431: Remove unused stuff from test_typing.NewTypeTests
e444cfc
gh-105431: Remove unused stuff from test_typing.NewTypeTests (#105432)
9d35a71
pythongh-105431: Remove unused stuff from test_typing.NewTypeTests (p…
ec713b8
…ythonGH-105432) (cherry picked from commit 9d35a71) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
[3.12] gh-105431: Remove unused stuff from test_typing.NewTypeTests (…
2b6f475
…GH-105432) (#105489) gh-105431: Remove unused stuff from `test_typing.NewTypeTests` (GH-105432) (cherry picked from commit 9d35a71) Co-authored-by: Nikita Sobolev <mail@sobolevn.me>
sobolevn
No branches or pull requests
After https://github.com/python/cpython/pull/103764/files#diff-04d29c98076c2d6bb75921ea9becb26a862544d39b71db87b6e354c759b9305dR6452
NewTypeTests
has two unused methods:cleanup
, it is even provided in its parent class:BaseTestCase
teardown
, because it does not need to clean things up, tests with-R 3:3
prove thatI will send a PR to clean things up.
Linked PRs
test_typing.NewTypeTests
#105432test_typing.NewTypeTests
(GH-105432) #105489The text was updated successfully, but these errors were encountered: