bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
This commit is contained in:
parent
a27f53bdd5
commit
b3f0ceae91
@ -1920,14 +1920,5 @@ class LWPCookieTests(unittest.TestCase):
|
|||||||
self.assertNotEqual(counter["session_before"], 0)
|
self.assertNotEqual(counter["session_before"], 0)
|
||||||
|
|
||||||
|
|
||||||
def test_main(verbose=None):
|
|
||||||
test.support.run_unittest(
|
|
||||||
DateTimeTests,
|
|
||||||
HeaderTests,
|
|
||||||
CookieTests,
|
|
||||||
FileCookieJarTests,
|
|
||||||
LWPCookieTests,
|
|
||||||
)
|
|
||||||
|
|
||||||
if __name__ == "__main__":
|
if __name__ == "__main__":
|
||||||
test_main(verbose=True)
|
unittest.main()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user