summaryrefslogtreecommitdiff
path: root/paste/fixture.py
Commit message (Expand)AuthorAgeFilesLines
* missing importpjenvey2008-06-121-0/+1
* deprecate setup_moduleianb2008-06-121-0/+4
* fix docstring import typo (#272)ianb2008-06-111-1/+1
* Change the value of no-value checkboxes to 'on' instead of 'checked'ianb2008-05-021-2/+1
* with TestApp forms, don't submit forms with unnamed fieldsianb2008-05-011-0/+2
* safer compare of ints with == instead of ispjenvey2008-04-131-1/+1
* Unicode TestApp Response __contains__ test works (#235)ianb2008-03-261-0/+3
* Requests can send more than one cookie (#238)ianb2008-03-261-1/+2
* only import webbrowser when it's neededpjenvey2008-02-261-1/+1
* Look for params values that have an .items methodianb2008-02-171-0/+3
* use basecookie instead of simplecookieianb2007-12-171-3/+3
* Treat image button like submit button (#216)ianb2007-12-171-0/+2
* set CONTENT_TYPE on non-file uploads tooianb2007-09-151-0/+2
* default value for text fields is empty string -- at least, that's how moz see...novalis2007-08-231-1/+6
* tag names include namespace, so form:error tags are not incorrectly picked upnovalis2007-08-221-1/+1
* tag names include namespacenovalis2007-08-221-1/+1
* Fix problem with .form and named formsianb2007-07-131-4/+7
* Added REST methods to Test, from Anders Pearsonianb2007-05-251-14/+58
* Allow list of status in test callsianb2007-01-241-0/+7
* added optional pre and post do_request hooks into TestApppjenvey2007-01-231-1/+15
* convert old-style classes to new-style classespjenvey2007-01-051-1/+1
* fix #127: paste.fixture doesn't correctly handle empty actionianb2006-11-021-1/+1
* A big commit, primarily aesthetic/whitespace in nature. This is the result o...ianb2006-10-201-0/+4
* Don't redirect all stdout when running a request -- capture stdout, but also ...ianb2006-09-221-1/+21
* Fix case when using TestApp, and params={'key': ['list', 'of', 'values']}, as...ianb2006-09-101-1/+1
* 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