| Commit message (Expand) | Author | Age | Files | Lines |
| * | fix #127: paste.fixture doesn't correctly handle empty action | Ian Bicking | 2006-11-02 | 1 | -1/+1 |
| * | A big commit, primarily aesthetic/whitespace in nature. This is the result o... | Ian Bicking | 2006-10-20 | 1 | -0/+4 |
| * | Don't redirect all stdout when running a request -- capture stdout, but also ... | Ian Bicking | 2006-09-22 | 1 | -1/+21 |
| * | Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as... | Ian Bicking | 2006-09-10 | 1 | -1/+1 |
| * | Apply the fix from the last commit properly (headers in request) | Ian Bicking | 2006-08-16 | 1 | -12/+17 |
| * | The headers variable left out the special case for content_type and content_l... | Ian Bicking | 2006-08-16 | 1 | -1/+7 |
| * | doc format fix; better error message from Jamie Wilkinson | Ian Bicking | 2006-08-03 | 1 | -0/+2 |
| * | Fixed problem reported by Charlie Groves with TestApp file uploads with lengt... | Ian Bicking | 2006-07-20 | 1 | -1/+1 |
| * | Added a 'no' argument to mustcontain | Ian Bicking | 2006-07-15 | 1 | -1/+17 |
| * | Put in a test to keep paste.testing_variables from clobbering an attribute of... | Ian Bicking | 2006-06-21 | 1 | -0/+5 |
| * | fixed typo preventing parsing of html forms containing radio buttons | pjenvey | 2006-06-16 | 1 | -1/+1 |
| * | Handle case with testapp.post(params={}) | Ian Bicking | 2006-06-04 | 1 | -1/+1 |
| * | Fixing default {}, since it will always be retained. Creating a {} for each c... | bbangert | 2006-06-03 | 1 | -2/+10 |
| * | Use ; as the separator for searching paths on Win32 | thejimmyg | 2006-03-05 | 1 | -1/+4 |
| * | Added a .header_dict and .cookies_set attributes to TestResponse | Ian Bicking | 2006-02-28 | 1 | -0/+4 |
| * | Stupid typos from last commit | Ian Bicking | 2006-02-28 | 1 | -1/+1 |
| * | If we don't expect errors in wsgi.errors, raise an exception immediately when... | Ian Bicking | 2006-02-28 | 1 | -1/+5 |
| * | Allow any stringifiable argument to be passed to TestApp.get for the URL | Ian Bicking | 2006-02-27 | 1 | -0/+1 |
| * | Make sure .post() also sets QUERY_STRING (to avoid warning) | Ian Bicking | 2006-01-27 | 1 | -0/+4 |
| * | Fix default argument for post(params) | Ian Bicking | 2006-01-26 | 1 | -1/+1 |
| * | Added body of error response to failed .get() calls in TestApp | Ian Bicking | 2006-01-24 | 1 | -2/+3 |
| * | Just include QUERY_STRING for all requests, spec that says it is optional be ... | Ian Bicking | 2006-01-18 | 1 | -0/+2 |
| * | Remove a bunch of cruft that was never fully developed for testing | Ian Bicking | 2006-01-04 | 1 | -148/+233 |
| * | Added a bunch of module docstrings so the module index looks nicer; also mark... | Ian Bicking | 2005-12-30 | 1 | -0/+3 |
| * | Applied patch for boolean HTML attributes in test fixture form parsing, from ... | Ian Bicking | 2005-12-29 | 1 | -4/+4 |
| * | - added Range: functionality to FileApp | cce | 2005-12-25 | 1 | -11/+9 |
| * | Send checkboxes properly | Ian Bicking | 2005-12-21 | 1 | -1/+5 |
| * | Better attribute errors; allow forcing of setting of hidden fields; allow ext... | Ian Bicking | 2005-12-19 | 1 | -4/+20 |
| * | Added an option cwd parameter to TestFileEnvironment.run | Ian Bicking | 2005-12-19 | 1 | -1/+4 |
| * | A bunch of little import cleanups noted from pyflakes | Ian Bicking | 2005-12-18 | 1 | -1/+1 |
| * | Rest of fix for #35, handle </form> properly | Ian Bicking | 2005-12-02 | 1 | -2/+2 |
| * | Make form tag parsing case-insensitive, per #35 | Ian Bicking | 2005-12-01 | 1 | -1/+1 |
| * | Fix form finding regex | Ian Bicking | 2005-11-18 | 1 | -1/+1 |
| * | Fix paste.testing_variables, which was quite broken; hide click() from py.tes... | Ian Bicking | 2005-11-17 | 1 | -2/+4 |
| * | Fix module loadingtests/conftest.py | Ian Bicking | 2005-11-15 | 1 | -26/+67 |
| * | Fix problem from last decorator @ removal patch; allow setting selects to non... | Ian Bicking | 2005-11-14 | 1 | -1/+1 |
| * | Bunch of minor changes suggested by pyflakes | Ian Bicking | 2005-11-14 | 1 | -3/+3 |
| * | Patch from Paul Clifford for py2.3 compatibility | Ian Bicking | 2005-11-14 | 1 | -1/+1 |
| * | typo | Ian Bicking | 2005-11-11 | 1 | -1/+1 |
| * | Allow testing for the presence of non-string items (they will be converted to... | Ian Bicking | 2005-11-11 | 1 | -2/+11 |
| * | Added docstrings | Ian Bicking | 2005-11-08 | 1 | -4/+68 |
| * | Added form-filling code | Ian Bicking | 2005-11-08 | 1 | -10/+340 |
| * | Added a .click() method to response objects, to follow the described link | Ian Bicking | 2005-11-07 | 1 | -0/+148 |
| * | Added hook for frameworks to add custom variables to the response object | Ian Bicking | 2005-11-03 | 1 | -0/+3 |
| * | Fix doc strings | Ian Bicking | 2005-10-07 | 1 | -2/+7 |
| * | Fixes suggested by pyflakes | Ian Bicking | 2005-09-21 | 1 | -4/+0 |
| * | Nicer repr() and error message | Ian Bicking | 2005-09-12 | 1 | -1/+15 |
| * | Hide some frames from py.test; add argument to add environmental variables to... | Ian Bicking | 2005-09-09 | 1 | -5/+13 |
| * | Added some docstrings, fixed bugs/typos | Ian Bicking | 2005-09-08 | 1 | -2/+48 |
| * | Added function to write files from a template | Ian Bicking | 2005-09-07 | 1 | -2/+19 |