[Python-checkins] cpython: Issue #27787: No longer call deleted test_main().

terry.reedy python-checkins at python.org
Tue Aug 23 14:20:53 EDT 2016


https://hg.python.org/cpython/rev/31e4495a34ce
changeset:   102869:31e4495a34ce
user:        Terry Jan Reedy <tjreedy at udel.edu>
date:        Tue Aug 23 14:20:37 2016 -0400
summary:
  Issue #27787: No longer call deleted test_main().

files:
  Lib/test/test_httplib.py |  2 +-
  1 files changed, 1 insertions(+), 1 deletions(-)


diff --git a/Lib/test/test_httplib.py b/Lib/test/test_httplib.py
--- a/Lib/test/test_httplib.py
+++ b/Lib/test/test_httplib.py
@@ -1713,4 +1713,4 @@
 
 
 if __name__ == '__main__':
-    test_main()
+    unittest.main(verbosity=2)

-- 
Repository URL: https://hg.python.org/cpython


More information about the Python-checkins mailing list