summaryrefslogtreecommitdiff
path: root/paste/fixture.py
Commit message (Expand)AuthorAgeFilesLines
* Apply the fix from the last commit properly (headers in request)ianb2006-08-161-12/+17
* The headers variable left out the special case for content_type and content_l...ianb2006-08-161-1/+7
* doc format fix; better error message from Jamie Wilkinsonianb2006-08-031-0/+2
* Fixed problem reported by Charlie Groves with TestApp file uploads with lengt...ianb2006-07-201-1/+1
* Added a 'no' argument to mustcontainianb2006-07-151-1/+17
* Put in a test to keep paste.testing_variables from clobbering an attribute of...ianb2006-06-211-0/+5
* fixed typo preventing parsing of html forms containing radio buttonspjenvey2006-06-161-1/+1
* Handle case with testapp.post(params={})ianb2006-06-041-1/+1
* Fixing default {}, since it will always be retained. Creating a {} for each c...bbangert2006-06-031-2/+10
* Use ; as the separator for searching paths on Win32thejimmyg2006-03-051-1/+4
* Added a .header_dict and .cookies_set attributes to TestResponseianb2006-02-281-0/+4
* Stupid typos from last commitianb2006-02-281-1/+1
* If we don't expect errors in wsgi.errors, raise an exception immediately when...ianb2006-02-281-1/+5
* Allow any stringifiable argument to be passed to TestApp.get for the URLianb2006-02-271-0/+1
* Make sure .post() also sets QUERY_STRING (to avoid warning)ianb2006-01-271-0/+4
* Fix default argument for post(params)ianb2006-01-261-1/+1
* Added body of error response to failed .get() calls in TestAppianb2006-01-241-2/+3
* Just include QUERY_STRING for all requests, spec that says it is optional be ...ianb2006-01-181-0/+2
* Remove a bunch of cruft that was never fully developed for testingianb2006-01-041-148/+233
* Added a bunch of module docstrings so the module index looks nicer; also mark...ianb2005-12-301-0/+3
* Applied patch for boolean HTML attributes in test fixture form parsing, from ...ianb2005-12-291-4/+4
* - added Range: functionality to FileAppcce2005-12-251-11/+9
* Send checkboxes properlyianb2005-12-211-1/+5
* Better attribute errors; allow forcing of setting of hidden fields; allow ext...ianb2005-12-191-4/+20
* Added an option cwd parameter to TestFileEnvironment.runianb2005-12-191-1/+4
* A bunch of little import cleanups noted from pyflakesianb2005-12-181-1/+1
* Rest of fix for #35, handle </form> properlyianb2005-12-021-2/+2
* Make form tag parsing case-insensitive, per #35ianb2005-12-011-1/+1
* Fix form finding regexianb2005-11-181-1/+1
* Fix paste.testing_variables, which was quite broken; hide click() from py.tes...ianb2005-11-171-2/+4
* Fix module loadingtests/conftest.pyianb2005-11-151-26/+67
* Fix problem from last decorator @ removal patch; allow setting selects to non...ianb2005-11-141-1/+1
* Bunch of minor changes suggested by pyflakesianb2005-11-141-3/+3
* Patch from Paul Clifford for py2.3 compatibilityianb2005-11-141-1/+1
* typoianb2005-11-111-1/+1
* Allow testing for the presence of non-string items (they will be converted to...ianb2005-11-111-2/+11
* Added docstringsianb2005-11-081-4/+68
* Added form-filling codeianb2005-11-081-10/+340
* Added a .click() method to response objects, to follow the described linkianb2005-11-071-0/+148
* Added hook for frameworks to add custom variables to the response objectianb2005-11-031-0/+3
* Fix doc stringsianb2005-10-071-2/+7
* Fixes suggested by pyflakesianb2005-09-211-4/+0
* Nicer repr() and error messageianb2005-09-121-1/+15
* Hide some frames from py.test; add argument to add environmental variables to...ianb2005-09-091-5/+13
* Added some docstrings, fixed bugs/typosianb2005-09-081-2/+48
* Added function to write files from a templateianb2005-09-071-2/+19
* Added file content assertionsianb2005-09-071-0/+16
* New fixture for acceptance testing of command-line scriptsianb2005-09-071-1/+238
* Added license comment to all substantive filesianb2005-08-311-0/+3
* Cleanup from the last deleteianb2005-08-221-7/+0