| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | test conditional responses for if-none-match, if-modified-since, and unsatisf... | Kai Groner | 2011-03-17 | 1 | -0/+52 |
| * | merge | Chris McDonough | 2011-03-17 | 1 | -0/+7 |
| |\ | |||||
| | * | add test for header location | Chris McDonough | 2011-03-17 | 1 | -0/+7 |
| * | | Test inner app_iter_range method on app_iter | Casey Duncan | 2011-03-17 | 1 | -0/+7 |
| * | | Test ResponseBodyWrite with unicode | Casey Duncan | 2011-03-17 | 1 | -0/+18 |
| |/ | |||||
| * | make tests pass on pypy, set up coverage testing properly | Chris McDonough | 2011-03-16 | 1 | -1/+1 |
| * | Test ResponseBodyWrite.write with empty body | Casey Duncan | 2011-03-16 | 1 | -0/+10 |
| * | add decode_content tests | Chris McDonough | 2011-03-15 | 1 | -0/+25 |
| * | encode_content, cache_expires tests | Chris McDonough | 2011-03-15 | 1 | -0/+58 |
| * | test cache control del and repr | Chris McDonough | 2011-03-15 | 1 | -0/+10 |
| * | cache control corner case test | Chris McDonough | 2011-03-15 | 1 | -0/+10 |
| * | backfill after doctests disabled | Chris McDonough | 2011-03-15 | 1 | -2/+30 |
| * | backfill unittesting against disabling of doctests | Chris McDonough | 2011-03-15 | 1 | -1/+28 |
| * | add a few cache control tests | Chris McDonough | 2011-03-15 | 1 | -5/+21 |
| * | Test response HEAD request returns EmptyResponse | Casey Duncan | 2011-03-15 | 1 | -1/+31 |
| * | factor cache control tests | Chris McDonough | 2011-03-14 | 1 | -17/+22 |
| * | pull in kai's work on response | Chris McDonough | 2011-03-14 | 1 | -0/+54 |
| * | add coverage for edge cases previously covered by doctests for body get and set | Chris McDonough | 2011-03-14 | 1 | -0/+15 |
| * | Test Response.decode_content() | Casey Duncan | 2011-03-14 | 1 | -0/+18 |
| * | merge cookies tests | Chris McDonough | 2011-03-14 | 1 | -0/+28 |
| * | Test Response.md5_etag() | Casey Duncan | 2011-03-14 | 1 | -0/+39 |
| * | add tests for unset_cookie | Chris McDonough | 2011-03-14 | 1 | -0/+15 |
| * | more set_cookie tests | Chris McDonough | 2011-03-14 | 1 | -0/+34 |
| * | test another set_cookie edge case | Chris McDonough | 2011-03-14 | 1 | -0/+12 |
| * | merge | Chris McDonough | 2011-03-14 | 1 | -0/+22 |
| |\ | |||||
| | * | Tests for Response.request setter | Casey Duncan | 2011-03-14 | 1 | -0/+22 |
| * | | two set_cookie tests | Chris McDonough | 2011-03-14 | 1 | -0/+16 |
| |/ | |||||
| * | Test del Response.request, set Response.environ/request | Casey Duncan | 2011-03-14 | 1 | -0/+21 |
| * | Test del Response.environ | Casey Duncan | 2011-03-14 | 1 | -0/+7 |
| * | Test conditional response returns EmptyResponse | Casey Duncan | 2011-03-14 | 1 | -0/+19 |
| * | merge | Casey Duncan | 2011-03-14 | 1 | -0/+5 |
| |\ | |||||
| | * | Test for RequestBodyFile repr | Casey Duncan | 2011-03-14 | 1 | -0/+5 |
| * | | merge | Chris McDonough | 2011-03-14 | 1 | -0/+19 |
| |\ \ | |/ | |||||
| | * | Add test for response body file write w/non-str | Casey Duncan | 2011-03-14 | 1 | -0/+8 |
| | * | Add test for response body file write with non-list app iter | Casey Duncan | 2011-03-14 | 1 | -0/+11 |
| * | | test content_type_params outliers | Chris McDonough | 2011-03-14 | 1 | -0/+23 |
| |/ | |||||
| * | Add test for ResponseBodyFile.writelines() | Casey Duncan | 2011-03-14 | 1 | -0/+10 |
| * | test charset set | Chris McDonough | 2011-03-14 | 1 | -0/+13 |
| * | Fix test_request_init test on py2.7 | Casey Duncan | 2011-03-14 | 1 | -18/+18 |
| * | Add missing tests for ResponseBodyFile.close() and .flush() | Casey Duncan | 2011-03-14 | 1 | -1/+11 |
| * | Add test for empty app iter range | Casey Duncan | 2011-03-14 | 1 | -0/+5 |
| * | test del of app_iter | Chris McDonough | 2011-03-14 | 1 | -0/+17 |
| * | test write | Chris McDonough | 2011-03-14 | 1 | -0/+12 |
| * | test body file del | Chris McDonough | 2011-03-14 | 1 | -0/+10 |
| * | test unicode_body set and get | Chris McDonough | 2011-03-14 | 1 | -0/+20 |
| * | merge | Chris McDonough | 2011-03-14 | 1 | -1/+1 |
| |\ | |||||
| | * | Fix https test for _request_uri | Casey Duncan | 2011-03-14 | 1 | -3/+13 |
| | |\ | |||||
| | * \ | Fix https test for _request_uri | Casey Duncan | 2011-03-14 | 1 | -1/+1 |
| | |\ \ | |||||
| | | * | | Fix https test for _request_uri | Casey Duncan | 2011-03-14 | 1 | -1/+1 |
| * | | | | add tests for unicode body get | Chris McDonough | 2011-03-14 | 1 | -0/+11 |
| | |_|/ |/| | | |||||
