summaryrefslogtreecommitdiff
path: root/Lib/test/test_httplib.py
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-08-23 14:20:37 -0400
committerTerry Jan Reedy <tjreedy@udel.edu>2016-08-23 14:20:37 -0400
commitffcb0227386caaedb3017da09e31ec3599ce73c2 (patch)
treecf553853326cc07e34baebd25883d5b1ca0eda28 /Lib/test/test_httplib.py
parent1f5beb7a6e1e6c2418d87917315573ae73c8845e (diff)
downloadcpython-git-ffcb0227386caaedb3017da09e31ec3599ce73c2.tar.gz
Issue #27787: No longer call deleted test_main().
Diffstat (limited to 'Lib/test/test_httplib.py')
-rw-r--r--Lib/test/test_httplib.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py
index 5c500cbc46..1768a34308 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)