mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
(cherry picked from commit b3f0ceae91
)
Co-authored-by: Serhiy Storchaka <storchaka@gmail.com>
This commit is contained in:
parent
ac1b7a3319
commit
1dbf9c86b2
1 changed files with 1 additions and 10 deletions
|
@ -1913,14 +1913,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()
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue