| Commit message (Expand) | Author | Age | Files | Lines |
| * | supress warnings issued by -3 | Chris McDonough | 2011-03-20 | 1 | -2/+3 |
| * | remove voodoo __getattr__ guard and remove fixmes from __setattr__ and __dela... | Chris McDonough | 2011-03-18 | 1 | -21/+0 |
| * | Test case albeit contrived for AdhocAttrMixin __getattr__ guard | Casey Duncan | 2011-03-17 | 1 | -0/+21 |
| * | test cgi.FieldStorage patch | Chris McDonough | 2011-03-17 | 1 | -0/+24 |
| * | merge | Chris McDonough | 2011-03-16 | 1 | -2/+74 |
| |\ |
|
| | * | tests.test_request: test Request.call_application | Kai Groner | 2011-03-16 | 1 | -0/+72 |
| | * | Remove as_string and from_string from list of things to unit test | Kai Groner | 2011-03-16 | 1 | -2/+2 |
| * | | make tests pass on pypy, set up coverage testing properly | Chris McDonough | 2011-03-16 | 1 | -1/+1 |
| |/ |
|
| * | Move unit tests out of functional test suite | Kai Groner | 2011-03-16 | 1 | -55/+52 |
| * | Don't use TestCase.failIf (deprecated) | Kai Groner | 2011-03-15 | 1 | -1/+1 |
| * | tests.test_request: test cache_control property | Kai Groner | 2011-03-15 | 1 | -0/+50 |
| * | tests.test_request: test that wsgi.errors is file like instead of instance test | Kai Groner | 2011-03-15 | 1 | -1/+1 |
| * | cover BaseRequest.str_GET plus a (formerly) missing FakeCGIBody/FieldStorage ... | Kai Groner | 2011-03-15 | 1 | -3/+49 |
| * | Coverage for 'str_POST'. | Tres Seaver | 2011-03-15 | 1 | -1/+72 |
| * | webob.request: test remove_conditional_headers clears those headers | Kai Groner | 2011-03-15 | 1 | -0/+37 |
| * | webob.request: tests for adhoc attributes and from_string/as_string corner cases | Kai Groner | 2011-03-15 | 1 | -6/+51 |
| * | Coverage for is_xhr, host, body. | Tres Seaver | 2011-03-15 | 1 | -7/+93 |
| * | unit tests for webob.request.FakeCGIBody | Kai Groner | 2011-03-14 | 1 | -0/+64 |
| * | Note remaining methods to be tested. | Tres Seaver | 2011-03-14 | 1 | -0/+51 |
| * | Coverage for urlargs. | Tres Seaver | 2011-03-14 | 1 | -0/+72 |
| * | Coverage for path_info_peek and urlvars. | Tres Seaver | 2011-03-14 | 1 | -0/+121 |
| * | Coverage for path_info_pop. | Tres Seaver | 2011-03-14 | 1 | -0/+81 |
| * | Coverage for url / relative_url. | Tres Seaver | 2011-03-14 | 1 | -0/+70 |
| * | Coverage for host_url, application_url, path_url, path, path_qs. | Tres Seaver | 2011-03-14 | 1 | -0/+100 |
| * | Coverage for charset, headers. | Tres Seaver | 2011-03-14 | 1 | -5/+123 |
| * | Coverage for 'content_type'. | Tres Seaver | 2011-03-14 | 1 | -0/+43 |
| * | Coverage. | Tres Seaver | 2011-03-14 | 1 | -0/+170 |
| * | Typo. | Tres Seaver | 2011-03-14 | 1 | -1/+1 |
| * | Assert only desired keys are copied. | Tres Seaver | 2011-03-14 | 1 | -1/+7 |
| * | Move real unit tests out into a separate testcase. | Tres Seaver | 2011-03-14 | 1 | -32/+75 |
| * | Remove dead code. | Tres Seaver | 2011-03-14 | 1 | -0/+31 |
| * | Fold in Alexandre's tests, mashed by my cleanups. | Tres Seaver | 2011-03-14 | 1 | -195/+244 |
| |\ |
|
| | * | Fix typos. | Tres Seaver | 2011-03-14 | 1 | -15/+15 |
| | * | Use assert methods. | Tres Seaver | 2011-03-14 | 1 | -181/+203 |
| |/ |
|
| * | Conform to PEP8, Pylons project testing guidelines. | Tres Seaver | 2011-03-14 | 1 | -869/+955 |
| * | merge | Alexandre Conrad | 2011-03-13 | 1 | -0/+84 |
| |\ |
|
| | * | more doctest to real tests | Alexandre Conrad | 2011-03-13 | 1 | -0/+84 |
| * | | remove uneeded import | Casey Duncan | 2011-03-14 | 1 | -1/+0 |
| * | | Fix test_request_init test on py2.7 | Casey Duncan | 2011-03-14 | 1 | -1/+1 |
| |/ |
|
| * | merge | Alexandre Conrad | 2011-03-13 | 1 | -0/+15 |
| |\ |
|
| | * | some Request() coverage | Daniel Holth | 2011-03-13 | 1 | -2/+17 |
| * | | more doctest porting | Alexandre Conrad | 2011-03-13 | 1 | -0/+31 |
| * | | port more doctests | Alexandre Conrad | 2011-03-13 | 1 | -1/+40 |
| * | | port test from doctest | Alexandre Conrad | 2011-03-13 | 1 | -1/+18 |
| |/ |
|
| * | * add Request.from_string | Sergey Schetinin | 2011-03-12 | 1 | -14/+29 |
| * | - correct Request.as_string to use CRLF | Jon Nelson | 2011-03-12 | 1 | -0/+48 |
| * | revert the change that was making accesses to body_file seek the stream. side... | Sergey Schetinin | 2011-03-10 | 1 | -0/+4 |
| * | make sure Request.get_response(app) seeks input body to start, if possible | Sergey Schetinin | 2011-03-10 | 1 | -0/+16 |
| * | Make sure that req.url and related properties do not unnecessarily escape ":"... | Daniel Nouri | 2011-03-07 | 1 | -0/+6 |
| * | the cgi bug from r563 (474607292508) was in fact a Chrome and _encode_multipa... | Sergey Schetinin | 2011-02-22 | 1 | -3/+3 |