summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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 5c500cb..1768a34 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)