bpo-45229: Make test_http_cookiejar discoverable (GH-29004)

This commit is contained in:
Serhiy Storchaka 2021-10-17 15:06:40 +03:00 committed by GitHub
parent a27f53bdd5
commit b3f0ceae91
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1920,14 +1920,5 @@ class LWPCookieTests(unittest.TestCase):
self.assertNotEqual(counter["session_before"], 0)
def test_main(verbose=None):
test.support.run_unittest(
DateTimeTests,
HeaderTests,
CookieTests,
FileCookieJarTests,
LWPCookieTests,
)
if __name__ == "__main__":
test_main(verbose=True)
unittest.main()