Skip to content

Commit 1dbf9c8

Browse files
bpo-45229: Make test_http_cookiejar discoverable (GH-29004)
(cherry picked from commit b3f0cea) Co-authored-by: Serhiy Storchaka <[email protected]>
1 parent ac1b7a3 commit 1dbf9c8

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

Lib/test/test_http_cookiejar.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1913,14 +1913,5 @@ def test_session_cookies(self):
19131913
self.assertNotEqual(counter["session_before"], 0)
19141914

19151915

1916-
def test_main(verbose=None):
1917-
test.support.run_unittest(
1918-
DateTimeTests,
1919-
HeaderTests,
1920-
CookieTests,
1921-
FileCookieJarTests,
1922-
LWPCookieTests,
1923-
)
1924-
19251916
if __name__ == "__main__":
1926-
test_main(verbose=True)
1917+
unittest.main()

0 commit comments

Comments
 (0)