summaryrefslogtreecommitdiff
path: root/paste/fixture.py
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Removed thirdparty stuffianb2005-08-221-2/+4
* Got exception tests working; error_catcher filter now paste-deploy-ifiedianb2005-08-221-18/+0
* Move around tests and exceptions; more moving to come, hence this intermediat...ianb2005-08-221-0/+523