summaryrefslogtreecommitdiff
path: root/tests/test_response.py
Commit message (Expand)AuthorAgeFilesLines
* test conditional responses for if-none-match, if-modified-since, and unsatisf...Kai Groner2011-03-171-0/+52
* mergeChris McDonough2011-03-171-0/+7
|\
| * add test for header locationChris McDonough2011-03-171-0/+7
* | Test inner app_iter_range method on app_iterCasey Duncan2011-03-171-0/+7
* | Test ResponseBodyWrite with unicodeCasey Duncan2011-03-171-0/+18
|/
* make tests pass on pypy, set up coverage testing properlyChris McDonough2011-03-161-1/+1
* Test ResponseBodyWrite.write with empty bodyCasey Duncan2011-03-161-0/+10
* add decode_content testsChris McDonough2011-03-151-0/+25
* encode_content, cache_expires testsChris McDonough2011-03-151-0/+58
* test cache control del and reprChris McDonough2011-03-151-0/+10
* cache control corner case testChris McDonough2011-03-151-0/+10
* backfill after doctests disabledChris McDonough2011-03-151-2/+30
* backfill unittesting against disabling of doctestsChris McDonough2011-03-151-1/+28
* add a few cache control testsChris McDonough2011-03-151-5/+21
* Test response HEAD request returns EmptyResponseCasey Duncan2011-03-151-1/+31
* factor cache control testsChris McDonough2011-03-141-17/+22
* pull in kai's work on responseChris McDonough2011-03-141-0/+54
* add coverage for edge cases previously covered by doctests for body get and setChris McDonough2011-03-141-0/+15
* Test Response.decode_content()Casey Duncan2011-03-141-0/+18
* merge cookies testsChris McDonough2011-03-141-0/+28
* Test Response.md5_etag()Casey Duncan2011-03-141-0/+39
* add tests for unset_cookieChris McDonough2011-03-141-0/+15
* more set_cookie testsChris McDonough2011-03-141-0/+34
* test another set_cookie edge caseChris McDonough2011-03-141-0/+12
* mergeChris McDonough2011-03-141-0/+22
|\
| * Tests for Response.request setterCasey Duncan2011-03-141-0/+22
* | two set_cookie testsChris McDonough2011-03-141-0/+16
|/
* Test del Response.request, set Response.environ/requestCasey Duncan2011-03-141-0/+21
* Test del Response.environCasey Duncan2011-03-141-0/+7
* Test conditional response returns EmptyResponseCasey Duncan2011-03-141-0/+19
* mergeCasey Duncan2011-03-141-0/+5
|\
| * Test for RequestBodyFile reprCasey Duncan2011-03-141-0/+5
* | mergeChris McDonough2011-03-141-0/+19
|\ \ | |/
| * Add test for response body file write w/non-strCasey Duncan2011-03-141-0/+8
| * Add test for response body file write with non-list app iterCasey Duncan2011-03-141-0/+11
* | test content_type_params outliersChris McDonough2011-03-141-0/+23
|/
* Add test for ResponseBodyFile.writelines()Casey Duncan2011-03-141-0/+10
* test charset setChris McDonough2011-03-141-0/+13
* Fix test_request_init test on py2.7Casey Duncan2011-03-141-18/+18
* Add missing tests for ResponseBodyFile.close() and .flush()Casey Duncan2011-03-141-1/+11
* Add test for empty app iter rangeCasey Duncan2011-03-141-0/+5
* test del of app_iterChris McDonough2011-03-141-0/+17
* test writeChris McDonough2011-03-141-0/+12
* test body file delChris McDonough2011-03-141-0/+10
* test unicode_body set and getChris McDonough2011-03-141-0/+20
* mergeChris McDonough2011-03-141-1/+1
|\
| * Fix https test for _request_uriCasey Duncan2011-03-141-3/+13
| |\
| * \ Fix https test for _request_uriCasey Duncan2011-03-141-1/+1
| |\ \
| | * | Fix https test for _request_uriCasey Duncan2011-03-141-1/+1
* | | | add tests for unicode body getChris McDonough2011-03-141-0/+11
| |_|/ |/| |