This commit is contained in:
Kenneth Reitz
2012-12-17 08:42:47 -05:00
parent c2100c0a4e
commit 92209d9ebe
2 changed files with 1 additions and 2 deletions
+1
View File
@@ -3,6 +3,7 @@ python:
- 2.6
- 2.7
- 3.2
- 3.3
env: HTTPBIN_URL=http://httpbin.org/
script: make test
install:
-2
View File
@@ -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)