mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
bpo-31234: test_httpservers joins the server thread (#3188)
This commit is contained in:
parent
bc61315377
commit
830d7d2936
1 changed files with 1 additions and 0 deletions
|
@ -56,6 +56,7 @@ class TestServerThread(threading.Thread):
|
|||
|
||||
def stop(self):
|
||||
self.server.shutdown()
|
||||
self.join()
|
||||
|
||||
|
||||
class BaseTestCase(unittest.TestCase):
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue