Commit 2a9f5ede authored by Berker Peksag's avatar Berker Peksag

Wrap testPasswordProtectedSite with @reap_threads

parent d0630498
......@@ -259,6 +259,7 @@ class PasswordProtectedSiteTestCase(unittest.TestCase):
self.t.join()
self.server.server_close()
@support.reap_threads
def testPasswordProtectedSite(self):
addr = self.server.server_address
url = 'http://' + support.HOST + ':' + str(addr[1])
......
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