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_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.
After https://github.com/python/cpython/pull/103764/files#diff-04d29c98076c2d6bb75921ea9becb26a862544d39b71db87b6e354c759b9305dR6452
NewTypeTestshas two unused methods:cleanup, it is even provided in its parent class:BaseTestCaseteardown, because it does not need to clean things up, tests with-R 3:3prove thatI will send a PR to clean things up.
Linked PRs
test_typing.NewTypeTests#105432test_typing.NewTypeTests(GH-105432) #105489