mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
This commit is contained in:
parent
a27f53bdd5
commit
b3f0ceae91
1 changed files with 1 additions and 10 deletions
|
|
@ -1920,14 +1920,5 @@ def test_session_cookies(self):
|
|||
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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue