summaryrefslogtreecommitdiff
path: root/tests/test_request.py
Commit message (Expand)AuthorAgeFilesLines
* supress warnings issued by -3Chris McDonough2011-03-201-2/+3
* remove voodoo __getattr__ guard and remove fixmes from __setattr__ and __dela...Chris McDonough2011-03-181-21/+0
* Test case albeit contrived for AdhocAttrMixin __getattr__ guardCasey Duncan2011-03-171-0/+21
* test cgi.FieldStorage patchChris McDonough2011-03-171-0/+24
* mergeChris McDonough2011-03-161-2/+74
|\
| * tests.test_request: test Request.call_applicationKai Groner2011-03-161-0/+72
| * Remove as_string and from_string from list of things to unit testKai Groner2011-03-161-2/+2
* | make tests pass on pypy, set up coverage testing properlyChris McDonough2011-03-161-1/+1
|/
* Move unit tests out of functional test suiteKai Groner2011-03-161-55/+52
* Don't use TestCase.failIf (deprecated)Kai Groner2011-03-151-1/+1
* tests.test_request: test cache_control propertyKai Groner2011-03-151-0/+50
* tests.test_request: test that wsgi.errors is file like instead of instance testKai Groner2011-03-151-1/+1
* cover BaseRequest.str_GET plus a (formerly) missing FakeCGIBody/FieldStorage ...Kai Groner2011-03-151-3/+49
* Coverage for 'str_POST'.Tres Seaver2011-03-151-1/+72
* webob.request: test remove_conditional_headers clears those headersKai Groner2011-03-151-0/+37
* webob.request: tests for adhoc attributes and from_string/as_string corner casesKai Groner2011-03-151-6/+51
* Coverage for is_xhr, host, body.Tres Seaver2011-03-151-7/+93
* unit tests for webob.request.FakeCGIBodyKai Groner2011-03-141-0/+64
* Note remaining methods to be tested.Tres Seaver2011-03-141-0/+51
* Coverage for urlargs.Tres Seaver2011-03-141-0/+72
* Coverage for path_info_peek and urlvars.Tres Seaver2011-03-141-0/+121
* Coverage for path_info_pop.Tres Seaver2011-03-141-0/+81
* Coverage for url / relative_url.Tres Seaver2011-03-141-0/+70
* Coverage for host_url, application_url, path_url, path, path_qs.Tres Seaver2011-03-141-0/+100
* Coverage for charset, headers.Tres Seaver2011-03-141-5/+123
* Coverage for 'content_type'.Tres Seaver2011-03-141-0/+43
* Coverage.Tres Seaver2011-03-141-0/+170
* Typo.Tres Seaver2011-03-141-1/+1
* Assert only desired keys are copied.Tres Seaver2011-03-141-1/+7
* Move real unit tests out into a separate testcase.Tres Seaver2011-03-141-32/+75
* Remove dead code.Tres Seaver2011-03-141-0/+31
* Fold in Alexandre's tests, mashed by my cleanups.Tres Seaver2011-03-141-195/+244
|\
| * Fix typos.Tres Seaver2011-03-141-15/+15
| * Use assert methods.Tres Seaver2011-03-141-181/+203
|/
* Conform to PEP8, Pylons project testing guidelines.Tres Seaver2011-03-141-869/+955
* mergeAlexandre Conrad2011-03-131-0/+84
|\
| * more doctest to real testsAlexandre Conrad2011-03-131-0/+84
* | remove uneeded importCasey Duncan2011-03-141-1/+0
* | Fix test_request_init test on py2.7Casey Duncan2011-03-141-1/+1
|/
* mergeAlexandre Conrad2011-03-131-0/+15
|\
| * some Request() coverageDaniel Holth2011-03-131-2/+17
* | more doctest portingAlexandre Conrad2011-03-131-0/+31
* | port more doctestsAlexandre Conrad2011-03-131-1/+40
* | port test from doctestAlexandre Conrad2011-03-131-1/+18
|/
* * add Request.from_stringSergey Schetinin2011-03-121-14/+29
* - correct Request.as_string to use CRLFJon Nelson2011-03-121-0/+48
* revert the change that was making accesses to body_file seek the stream. side...Sergey Schetinin2011-03-101-0/+4
* make sure Request.get_response(app) seeks input body to start, if possibleSergey Schetinin2011-03-101-0/+16
* Make sure that req.url and related properties do not unnecessarily escape ":"...Daniel Nouri2011-03-071-0/+6
* the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa...Sergey Schetinin2011-02-221-3/+3