Skip to content

Commit 830d7d2

Browse files
authored
bpo-31234: test_httpservers joins the server thread (#3188)
1 parent bc61315 commit 830d7d2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎Lib/test/test_httpservers.py‎

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,7 @@ def run(self):
5656

5757
def stop(self):
5858
self.server.shutdown()
59+
self.join()
5960

6061

6162
class BaseTestCase(unittest.TestCase):

0 commit comments

Comments
 (0)