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 a294703 commit 65c1db7Copy full SHA for 65c1db7
Lib/test/test_http_cookiejar.py
@@ -1920,14 +1920,5 @@ def test_session_cookies(self):
1920
self.assertNotEqual(counter["session_before"], 0)
1921
1922
1923
-def test_main(verbose=None):
1924
- test.support.run_unittest(
1925
- DateTimeTests,
1926
- HeaderTests,
1927
- CookieTests,
1928
- FileCookieJarTests,
1929
- LWPCookieTests,
1930
- )
1931
-
1932
if __name__ == "__main__":
1933
- test_main(verbose=True)
+ unittest.main()
0 commit comments