summaryrefslogtreecommitdiff
path: root/tests/test_client.py
Commit message (Expand)AuthorAgeFilesLines
* Format using isort/black to satisfy linterBert JW Regeer2020-11-281-1/+1
* Drop object from class definitionBert JW Regeer2020-11-281-4/+4
* WebOb is now formatted by ambv/blackBert JW Regeer2018-10-141-60/+89
* webob.client: there's no errno.ENODATA on winSergey Schetinin2012-05-151-4/+7
* give webob.client test coverage. as a result: remove with_urllib3 classmetho...Chris McDonough2012-05-081-133/+237
* Add some more tests for some of the corner casesIan Bicking2012-04-261-5/+56
* Comment out test that can't run on all machines successfullyIan Bicking2012-04-261-3/+6
* Be more aware of when timeouts are supported, and only test timeout support w...Ian Bicking2012-04-261-0/+5
* Change webob.client tests to use test_in_wsgiref server setupIan Bicking2012-04-261-56/+25
* Try to catch errno 111 as connection refused, in addition to 61Ian Bicking2012-04-141-2/+2
* Try to quiet some of the server errorsIan Bicking2012-04-141-1/+11
* Add some more tests for webob.client. Catch some error cases. Handle multil...Ian Bicking2012-04-141-4/+30
* Run tests with a dynamically-allocated portIan Bicking2012-04-131-12/+11
* Turned sample_request_app into a class, so you can override the connection ha...Ian Bicking2012-04-131-5/+16
* Add webob.client, to send requests over HTTP. Rename Request.get_response to...Ian Bicking2012-04-131-0/+60