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.
1 parent ac1b7a3 commit 1dbf9c8Copy full SHA for 1dbf9c8
Lib/test/test_http_cookiejar.py
@@ -1913,14 +1913,5 @@ def test_session_cookies(self):
1913
self.assertNotEqual(counter["session_before"], 0)
1914
1915
1916
-def test_main(verbose=None):
1917
- test.support.run_unittest(
1918
- DateTimeTests,
1919
- HeaderTests,
1920
- CookieTests,
1921
- FileCookieJarTests,
1922
- LWPCookieTests,
1923
- )
1924
-
1925
if __name__ == "__main__":
1926
- test_main(verbose=True)
+ unittest.main()
0 commit comments