projects
/
services
/
python-requests.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3e233e4
)
Make tests go to 11!
author
Kenneth Reitz
<me@kennethreitz.com>
Fri, 14 Oct 2011 00:33:34 +0000
(20:33 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Fri, 14 Oct 2011 00:33:34 +0000
(20:33 -0400)
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index
94c144f
..
659bd5a
100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-16,7
+16,7
@@
import requests
from requests.sessions import Session
-HTTPBIN_URL = 'http://httpbin.
org
/'
+HTTPBIN_URL = 'http://httpbin.
ep.io
/'
HTTPSBIN_URL = 'https://httpbin.ep.io/'
# HTTPBIN_URL = 'http://staging.httpbin.org/'
@@
-42,6
+42,8
@@
SERVICES = (httpbin, httpsbin)
class RequestsTestSuite(unittest.TestCase):
"""Requests test cases."""
+ # It goes to eleven.
+ _multiprocess_can_split_ = True
def setUp(self):
pass