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:
ff6dbc5
)
remove idna tests, for now
author
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:05:35 +0000
(12:05 -0400)
committer
Kenneth Reitz
<me@kennethreitz.com>
Sat, 15 Oct 2011 16:05:35 +0000
(12:05 -0400)
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index ff42a7a53eed1c4ad4ffe3679ea474732b12b180..2b28319be1a4a37ce62a0568a38cb1cf56745b22 100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-370,9
+370,9
@@
class RequestsTestSuite(unittest.TestCase):
self.assertEquals(rbody.get('data'), 'foobar')
- def test_idna(self):
- r = requests.get(u'http://➡.ws/httpbin')
- assert 'httpbin' in r.url
+
#
def test_idna(self):
+
#
r = requests.get(u'http://➡.ws/httpbin')
+
#
assert 'httpbin' in r.url
def test_urlencoded_get_query_multivalued_param(self):