Removed unnecessary setup() call in tpool_test.
This commit is contained in:
@@ -31,7 +31,6 @@ def noop():
|
|||||||
|
|
||||||
class TestTpool(LimitedTestCase):
|
class TestTpool(LimitedTestCase):
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
tpool.setup()
|
|
||||||
debug.hub_exceptions(True)
|
debug.hub_exceptions(True)
|
||||||
super(TestTpool, self).setUp()
|
super(TestTpool, self).setUp()
|
||||||
|
|
||||||
|
@@ -125,7 +125,6 @@ def read_http(sock):
|
|||||||
return response_line, headers, body
|
return response_line, headers, body
|
||||||
|
|
||||||
class TestHttpd(LimitedTestCase):
|
class TestHttpd(LimitedTestCase):
|
||||||
mode = 'static'
|
|
||||||
def setUp(self):
|
def setUp(self):
|
||||||
super(TestHttpd, self).setUp()
|
super(TestHttpd, self).setUp()
|
||||||
self.logfile = StringIO()
|
self.logfile = StringIO()
|
||||||
|
Reference in New Issue
Block a user