From: Terry Jan Reedy Date: Tue, 23 Aug 2016 18:20:37 +0000 (-0400) Subject: Issue #27787: No longer call deleted test_main(). X-Git-Tag: v3.6.0b1~580 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=ffcb0227386caaedb3017da09e31ec3599ce73c2;p=thirdparty%2FPython%2Fcpython.git Issue #27787: No longer call deleted test_main(). --- diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py index 5c500cbc46a8..1768a3430891 100644 --- a/Lib/test/test_httplib.py +++ b/Lib/test/test_httplib.py @@ -1713,4 +1713,4 @@ class TunnelTests(TestCase): if __name__ == '__main__': - test_main() + unittest.main(verbosity=2)