Kaydet (Commit) 3c968584 authored tarafından Antoine Pitrou's avatar Antoine Pitrou

Try to fix transient refleaks in test_xmlrpc.

üst 643e85df
......@@ -973,6 +973,7 @@ class TransportSubclassTestCase(unittest.TestCase):
req = self.issue_request(TestTransport)
self.assertTrue("X-Test: test_send_content\r\n" in req)
@test_support.reap_threads
def test_main():
xmlrpc_tests = [XMLRPCTestCase, HelperTestCase, DateTimeTestCase,
BinaryTestCase, FaultTestCase, TransportSubclassTestCase]
......
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