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:
930f03c
)
Fix styling issues with add timeout to stream with testing
author
cjstapleton
<chelsea.j.stapleton@gmail.com>
Sat, 1 Mar 2014 01:06:59 +0000
(19:06 -0600)
committer
cjstapleton
<chelsea.j.stapleton@gmail.com>
Sat, 1 Mar 2014 01:06:59 +0000
(19:06 -0600)
test_requests.py
patch
|
blob
|
history
diff --git
a/test_requests.py
b/test_requests.py
index 0fe849d40c8dbf315ada07e5cd9a399f83dbfb9b..a6b6f89cee3d962557f2b10f627dfa0a29205591 100755
(executable)
--- a/
test_requests.py
+++ b/
test_requests.py
@@
-1170,6
+1170,7
@@
class TestMorselToCookieMaxAge(unittest.TestCase):
with pytest.raises(TypeError):
morsel_to_cookie(morsel)
+
class TestTimeout:
def test_stream_timeout(self):
try:
@@
-1180,5
+1181,3
@@
class TestTimeout:
if __name__ == '__main__':
unittest.main()
-
-