summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Update tests for default_body_encodingfeature/default_body_encodingBert JW Regeer2016-09-301-2/+14
* Fix some test helpersBert JW Regeer2016-09-291-2/+10
* Without Content-Length, we don't read bodyBert JW Regeer2016-09-291-2/+8
* UnseekableInput now allows reads larger than lengthBert JW Regeer2016-09-291-1/+2
* Use UnseekableInput to test for no seekBert JW Regeer2016-09-291-0/+4
* Don't use DummyIO, use BytesIOBert JW Regeer2016-09-291-10/+14
* Set CONTENT_LENGTH in environ for testsBert JW Regeer2016-09-291-7/+6
* Req.body_file no longer accepts bytesBert JW Regeer2016-09-291-1/+1
* Add an extra testBert JW Regeer2016-07-301-0/+7
* Merge branch 'master' into pr/117Bert JW Regeer2016-07-3021-1928/+2901
|\
| * Remove unused importBert JW Regeer2016-07-301-1/+0
| * Merge branch 'master' into pr/228Bert JW Regeer2016-07-303-10/+142
| |\
| | * Add new testsBert JW Regeer2016-07-291-0/+33
| | * Fixup testsBert JW Regeer2016-07-161-2/+10
| | * On HTTP status codes without body, don't set content typeBert JW Regeer2016-07-161-0/+3
| | * Add space in content_typeBert JW Regeer2016-07-161-1/+1
| | * Verify that content_type doesn't modify parameters if passedBert JW Regeer2016-07-161-0/+2
| | * Flip assert aroundBert JW Regeer2016-07-161-2/+2
| | * Allow charset on all content_typesBert JW Regeer2016-07-161-10/+0
| | * response: improve charset defaultsRiley Patterson2016-07-163-5/+18
| | * Adds Reponse.has_body.Martin Thurau2016-06-291-0/+31
| | * Merge branch 'master' into bugfix/exc_json_responseBert JW Regeer2016-06-0218-1950/+1907
| | |\
| | | * Add failing test for #250Bert JW Regeer2016-05-191-0/+7
| | * | Make sure WSGIHTTPException does the right thing with accept headersBert JW Regeer2016-04-141-2/+47
| * | | Merge branch 'master' of github.com:Pylons/webobYidong Ren2016-04-1918-1951/+1901
| |\ \ \ | | | |/ | | |/|
| | * | test_datetime_utils.py converted to assert from noseBert JW Regeer2016-04-151-45/+43
| | * | Python 2.7 really needs the coding headerBert JW Regeer2016-04-151-0/+2
| | * | test_exc.py converted to assert from noseBert JW Regeer2016-04-151-69/+64
| | * | tests_headers.py converted to assert from noseBert JW Regeer2016-04-151-32/+34
| | * | test_misc.py convert to assert from noseBert JW Regeer2016-04-151-37/+36
| | * | test_descriptors.py convert to assert from nose/unittestBert JW Regeer2016-04-151-137/+144
| | * | test_etag_nose.py convert to assert from noseBert JW Regeer2016-04-151-15/+17
| | * | test_etag.py convert to assert from nose/unittestBert JW Regeer2016-04-151-51/+47
| | * | test_client_functional.py convert to assert from noseBert JW Regeer2016-04-151-3/+5
| | * | test_in_wsgiref.py convert to assert from noseBert JW Regeer2016-04-151-8/+11
| | * | test_request.py convert to assert from nose/unittestBert JW Regeer2016-04-151-921/+886
| | * | test_request_nose.py convert to assert from noseBert JW Regeer2016-04-151-24/+25
| | * | test_response.py move to assert from noseBert JW Regeer2016-04-151-284/+304
| | * | test_transcode.py move to assert from noseBert JW Regeer2016-04-151-31/+11
| | * | test_cookies_bw.py move to assert from noseBert JW Regeer2016-04-152-30/+25
| | * | test_cookies.py move to assert from nose/unittestBert JW Regeer2016-04-141-180/+171
| | * | test_cachecontrol move to assert from nose/unittestBert JW Regeer2016-04-141-48/+39
| | * | test_byterange.py move to assert from noseBert JW Regeer2016-04-141-30/+32
| | * | test_acceptparse.py move to assert from noseBert JW Regeer2016-04-141-11/+10
| | |/
| * | Add test test_middleware_as_decoratorYidong Ren2016-01-311-2/+9
| * | Merge branch 'master' of github.com:Pylons/webobYidong Ren2016-01-305-12/+201
| |\ \ | | |/
| | * Remove tests for old deprecated featuresBert JW Regeer2016-01-281-10/+0
| | * Fix testBert JW Regeer2016-01-281-3/+3
| | * Merge pr '#139' of amol- into bugfix/lazy_escapeBert JW Regeer2016-01-281-0/+34
| | |\
| | | * Avoid escaping environ keys that are not used by WSGIHTTPException body_templateAlessandro Molina2014-03-131-0/+34