Stop inheriting from unittest.TestCase

This commit is contained in:
Cory Benfield
2015-10-22 12:20:57 +01:00
parent e5053cd322
commit a56db9ecc4
+1 -1
View File
@@ -74,7 +74,7 @@ def httpsbin_url(httpbin_secure):
# listening on that port)
TARPIT = "http://10.255.255.1"
class RequestsTestCase(unittest.TestCase):
class TestRequests(object):
_multiprocess_can_split_ = True