Commit 830d7d29 authored by Victor Stinner's avatar Victor Stinner Committed by GitHub

bpo-31234: test_httpservers joins the server thread (#3188)

parent bc613153
......@@ -56,6 +56,7 @@ class TestServerThread(threading.Thread):
def stop(self):
self.server.shutdown()
self.join()
class BaseTestCase(unittest.TestCase):
......
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