mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
Stop inheriting from unittest.TestCase
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user