Kaydet (Commit) 3a159a8d authored tarafından Fred Drake's avatar Fred Drake

Suppress the variable verbose output from test.xmltests; the inclusion of

timing information in the output makes the determination of success bogus.
üst 09c73432
......@@ -362,18 +362,3 @@ Passed test_xmlgen_ignorable
Passed test_xmlgen_ns
Passed test_xmlgen_pi
37 tests, 0 failures
test_simple (test.test_xmllib.XMLParserTestCase) ... ok
----------------------------------------------------------------------
Ran 1 test in 0.019s
OK
test_dump_bad_dict (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_big_int (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_big_long (test.test_xmlrpc.XMLRPCTestCase) ... ok
test_dump_load (test.test_xmlrpc.XMLRPCTestCase) ... ok
----------------------------------------------------------------------
Ran 4 tests in 0.005s
OK
......@@ -2,6 +2,9 @@
# standard library.
import sys
import test.test_support
test.test_support.verbose = 0
def runtest(name):
__import__(name)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment