summaryrefslogtreecommitdiff
path: root/paste/fixture.py
Commit message (Expand)AuthorAgeFilesLines
* fix #127: paste.fixture doesn't correctly handle empty actionIan Bicking2006-11-021-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...Ian Bicking2006-10-201-0/+4
* Don't redirect all stdout when running a request -- capture stdout, but also ...Ian Bicking2006-09-221-1/+21
* Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as...Ian Bicking2006-09-101-1/+1
* Apply the fix from the last commit properly (headers in request)Ian Bicking2006-08-161-12/+17
* The headers variable left out the special case for content_type and content_l...Ian Bicking2006-08-161-1/+7
* doc format fix; better error message from Jamie WilkinsonIan Bicking2006-08-031-0/+2
* Fixed problem reported by Charlie Groves with TestApp file uploads with lengt...Ian Bicking2006-07-201-1/+1
* Added a 'no' argument to mustcontainIan Bicking2006-07-151-1/+17
* Put in a test to keep paste.testing_variables from clobbering an attribute of...Ian Bicking2006-06-211-0/+5
* fixed typo preventing parsing of html forms containing radio buttonspjenvey2006-06-161-1/+1
* Handle case with testapp.post(params={})Ian Bicking2006-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 TestResponseIan Bicking2006-02-281-0/+4
* Stupid typos from last commitIan Bicking2006-02-281-1/+1
* If we don't expect errors in wsgi.errors, raise an exception immediately when...Ian Bicking2006-02-281-1/+5
* Allow any stringifiable argument to be passed to TestApp.get for the URLIan Bicking2006-02-271-0/+1
* Make sure .post() also sets QUERY_STRING (to avoid warning)Ian Bicking2006-01-271-0/+4
* Fix default argument for post(params)Ian Bicking2006-01-261-1/+1
* Added body of error response to failed .get() calls in TestAppIan Bicking2006-01-241-2/+3
* Just include QUERY_STRING for all requests, spec that says it is optional be ...Ian Bicking2006-01-181-0/+2
* Remove a bunch of cruft that was never fully developed for testingIan Bicking2006-01-041-148/+233
* Added a bunch of module docstrings so the module index looks nicer; also mark...Ian Bicking2005-12-301-0/+3
* Applied patch for boolean HTML attributes in test fixture form parsing, from ...Ian Bicking2005-12-291-4/+4
* - added Range: functionality to FileAppcce2005-12-251-11/+9
* Send checkboxes properlyIan Bicking2005-12-211-1/+5
* Better attribute errors; allow forcing of setting of hidden fields; allow ext...Ian Bicking2005-12-191-4/+20
* Added an option cwd parameter to TestFileEnvironment.runIan Bicking2005-12-191-1/+4
* A bunch of little import cleanups noted from pyflakesIan Bicking2005-12-181-1/+1
* Rest of fix for #35, handle </form> properlyIan Bicking2005-12-021-2/+2
* Make form tag parsing case-insensitive, per #35Ian Bicking2005-12-011-1/+1
* Fix form finding regexIan Bicking2005-11-181-1/+1
* Fix paste.testing_variables, which was quite broken; hide click() from py.tes...Ian Bicking2005-11-171-2/+4
* Fix module loadingtests/conftest.pyIan Bicking2005-11-151-26/+67
* Fix problem from last decorator @ removal patch; allow setting selects to non...Ian Bicking2005-11-141-1/+1
* Bunch of minor changes suggested by pyflakesIan Bicking2005-11-141-3/+3
* Patch from Paul Clifford for py2.3 compatibilityIan Bicking2005-11-141-1/+1
* typoIan Bicking2005-11-111-1/+1
* Allow testing for the presence of non-string items (they will be converted to...Ian Bicking2005-11-111-2/+11
* Added docstringsIan Bicking2005-11-081-4/+68
* Added form-filling codeIan Bicking2005-11-081-10/+340
* Added a .click() method to response objects, to follow the described linkIan Bicking2005-11-071-0/+148
* Added hook for frameworks to add custom variables to the response objectIan Bicking2005-11-031-0/+3
* Fix doc stringsIan Bicking2005-10-071-2/+7
* Fixes suggested by pyflakesIan Bicking2005-09-211-4/+0
* Nicer repr() and error messageIan Bicking2005-09-121-1/+15
* Hide some frames from py.test; add argument to add environmental variables to...Ian Bicking2005-09-091-5/+13
* Added some docstrings, fixed bugs/typosIan Bicking2005-09-081-2/+48
* Added function to write files from a templateIan Bicking2005-09-071-2/+19