mirror of
https://github.com/kennethreitz/requests.git
synced 2026-06-05 22:50:18 +00:00
3.3
This commit is contained in:
@@ -3,6 +3,7 @@ python:
|
||||
- 2.6
|
||||
- 2.7
|
||||
- 3.2
|
||||
- 3.3
|
||||
env: HTTPBIN_URL=http://httpbin.org/
|
||||
script: make test
|
||||
install:
|
||||
|
||||
@@ -215,8 +215,6 @@ class RequestsTestCase(unittest.TestCase):
|
||||
pass
|
||||
|
||||
def test_request_ok_set(self):
|
||||
|
||||
|
||||
r = requests.get(httpbin('status', '404'))
|
||||
self.assertEqual(r.ok, False)
|
||||
|
||||
|
||||
Reference in New Issue
Block a user