Skip to content

Commit

Permalink
bpo-31234: test_httpservers joins the server thread (#3188)
Browse files Browse the repository at this point in the history
  • Loading branch information
vstinner committed Aug 22, 2017
1 parent bc61315 commit 830d7d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Lib/test/test_httpservers.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,7 @@ def run(self):

def stop(self):
self.server.shutdown()
self.join()


class BaseTestCase(unittest.TestCase):
Expand Down

0 comments on commit 830d7d2

Please sign in to comment.