index
:
delta/python-packages/webob.git
1.1-branch
1.4-branch
1.5-branch
1.6-branch
1.7-branch
1.8-branch
bugfix/Response_app_iter
bugfix/cgi_FieldStorage
bugfix/exc_json_response
bugfix/exc_performance
bugfix/modify_post
bugfix/nonbytes-samesite
bugfix/set_cookie_datetime
cleanup/remove_fakecgibody
cleanup/testing
docs/cleanup
feature.cookie-bug-for-bug
feature.decoding
feature.make-cookie
feature.pathinfogeddon
feature.pylons10compat
feature/Accept.best_client_match
feature/default_body_encoding
fix-linkcheck
fix.136
fix.cookie_handling
fix.wsgify-middleware-docs
fix/bodies_on_everything
fix/charset_handling
fixup/PATH_SAFE
ianb-decorator-experiment
immutable-cache-control
main
master
ng
perf/response
pr/203
sergey-1.2-py2-only
stevepiercy-patch-1
tests.pycon2011
tests.pycon2011-runup
webob-ng
github.com: Pylons/webob.git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
test_client.py
Commit message (
Expand
)
Author
Age
Files
Lines
*
Format using isort/black to satisfy linter
Bert JW Regeer
2020-11-28
1
-1
/
+1
*
Drop object from class definition
Bert JW Regeer
2020-11-28
1
-4
/
+4
*
WebOb is now formatted by ambv/black
Bert JW Regeer
2018-10-14
1
-60
/
+89
*
webob.client: there's no errno.ENODATA on win
Sergey Schetinin
2012-05-15
1
-4
/
+7
*
give webob.client test coverage. as a result: remove with_urllib3 classmetho...
Chris McDonough
2012-05-08
1
-133
/
+237
*
Add some more tests for some of the corner cases
Ian Bicking
2012-04-26
1
-5
/
+56
*
Comment out test that can't run on all machines successfully
Ian Bicking
2012-04-26
1
-3
/
+6
*
Be more aware of when timeouts are supported, and only test timeout support w...
Ian Bicking
2012-04-26
1
-0
/
+5
*
Change webob.client tests to use test_in_wsgiref server setup
Ian Bicking
2012-04-26
1
-56
/
+25
*
Try to catch errno 111 as connection refused, in addition to 61
Ian Bicking
2012-04-14
1
-2
/
+2
*
Try to quiet some of the server errors
Ian Bicking
2012-04-14
1
-1
/
+11
*
Add some more tests for webob.client. Catch some error cases. Handle multil...
Ian Bicking
2012-04-14
1
-4
/
+30
*
Run tests with a dynamically-allocated port
Ian Bicking
2012-04-13
1
-12
/
+11
*
Turned sample_request_app into a class, so you can override the connection ha...
Ian Bicking
2012-04-13
1
-5
/
+16
*
Add webob.client, to send requests over HTTP. Rename Request.get_response to...
Ian Bicking
2012-04-13
1
-0
/
+60