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:
f0d3edf
)
Revert "Small test added"
author
Kamil Madac
<kamil.madac@gmail.com>
Tue, 3 Dec 2013 15:41:07 +0000
(16:41 +0100)
committer
Kamil Madac
<kamil.madac@gmail.com>
Tue, 3 Dec 2013 15:41:07 +0000
(16:41 +0100)
This reverts commit
f0d3edf4090f3228f576cee665e3135052fbf303
.
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index 75858b5b8d0fe14e515b9885fb8ae74f3a10b96b..396970a46ad2f5eb594be0bb78f60c728a46ca6d 100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-926,7
+926,6
@@
class UtilsTestCase(unittest.TestCase):
from requests.utils import get_environ_proxies
os.environ['no_proxy'] = "127.0.0.1,localhost.localdomain,192.168.0.0/24,172.16.1.1"
assert get_environ_proxies('http://localhost.localdomain:5000/v1.0/') == {}
- assert get_environ_proxies('http://www.requests.com:5000/v1.0/') != {}
assert get_environ_proxies('http://www.requests.com/') != {}
if __name__ == '__main__':