]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue #27787: No longer call deleted test_main().
authorTerry Jan Reedy <tjreedy@udel.edu>
Tue, 23 Aug 2016 18:20:37 +0000 (14:20 -0400)
committerTerry Jan Reedy <tjreedy@udel.edu>
Tue, 23 Aug 2016 18:20:37 +0000 (14:20 -0400)
Lib/test/test_httplib.py

index 5c500cbc46a8da9a6d09e272bc22efa5c395cc3d..1768a343089129e3ef0e144bf894dd49bc1b7f3d 100644 (file)
@@ -1713,4 +1713,4 @@ class TunnelTests(TestCase):
 
 
 if __name__ == '__main__':
-    test_main()
+    unittest.main(verbosity=2)