Skip to content

Commit 65c1db7

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 a294703 commit 65c1db7

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
@@ -1920,14 +1920,5 @@ def test_session_cookies(self):
19201920
self.assertNotEqual(counter["session_before"], 0)
19211921

19221922

1923-
def test_main(verbose=None):
1924-
test.support.run_unittest(
1925-
DateTimeTests,
1926-
HeaderTests,
1927-
CookieTests,
1928-
FileCookieJarTests,
1929-
LWPCookieTests,
1930-
)
1931-
19321923
if __name__ == "__main__":
1933-
test_main(verbose=True)
1924+
unittest.main()

0 commit comments

Comments
 (0)