summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* Fix #10, TestApp.extra_environ clobbers request-specific extra_environIan Bicking2010-10-201-1/+2
* Remove stray print statement. Fix #11.Mike Korobov2010-10-201-1/+0
* Revert change to cookies that added quotation marks (Fixes #387)Ian Bicking2010-09-141-3/+3
* Add wildcard status matching, like status='4*' (http://trac.pythonpaste.org/p...Ian Bicking2010-09-021-0/+5
* document form.submit() return valueIan Bicking2010-09-021-0/+2
* Use the json module in addition to simplejson (http://trac.pythonpaste.org/py...Ian Bicking2010-09-011-3/+7
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-013-7/+11
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-012-0/+13
* Added extra_environ argument to .click(): http://trac.pythonpaste.org/pythonp...Ian Bicking2010-09-011-2/+3
* Automated merge with https://bitbucket.org/douglatornell/webtestIan Bicking2010-07-231-1/+1
|\
| * Fix error arising on submit of upload form without a file.Doug Latornell2010-07-191-1/+1
* | Fix sending a webob request directly into methodsIan Bicking2010-07-231-1/+3
|/
* set base_url on resp.lxmlIan Bicking2010-05-111-2/+2
* added pyquery property to responseIan Bicking2010-04-201-1/+21
* Add missing property declaration to File fieldMike Korobov2010-04-191-0/+2
* Python 2.5 compatibilityMike Korobov2010-04-181-1/+4
* href also should be encodedMike Korobov2010-04-181-0/+2
* Don't cast str on unicode stringsMike Korobov2010-04-181-2/+7
* Encode unicode data to actual encoding before sending it to WSGI worldMike Korobov2010-04-181-0/+14
* One more correction to attribute parsing regexMike Korobov2010-04-171-1/+1
* Correct handling of single quote inside double quote and vice versaMike Korobov2010-04-171-1/+1
* Switch to Unicode stringsMike Korobov2010-04-171-10/+20
* Corrected parsing of single-quoted attributesMike Korobov2010-04-171-1/+1
* Remove some extra spaces in source codeMike Korobov2010-04-171-16/+16
* Apply #340: fix file upload fields in form submissionsianb2009-09-221-1/+22
* set cookies the same way webob sets cookies (not using BaseCookie)ianb2009-09-221-4/+5
* Added a TestApp.request methodianb2009-06-091-0/+34
* Export TestRequestianb2009-06-041-1/+1
* longer docstring for do_requestianb2009-06-041-0/+9
* Remove the write to sys.stderr, to just let all output go to sys.stdout like ...ianb2009-06-041-1/+0
* fix docstring for .put()ianb2009-03-031-7/+5
* Fix Response.mustcontain(no=...)ianb2009-02-111-1/+1
* Applied patch from #337, from Matthew Desmarais: add a .force_value(value) me...ianb2009-02-101-10/+29
* Make following links with fragments work (from desmaj). #329ianb2009-01-091-1/+7
* Added File class for file uploads (not entirely implemented)ianb2008-12-201-0/+15
* Fix form handling: text inputs always result in an empty string (not a missin...ianb2008-12-181-0/+21
* fix docstringianb2008-11-241-1/+0
* try to skip links in <script> tagsianb2008-11-241-0/+12
* fix thinko; should be self.bodypjenvey2008-11-191-1/+1
* Reapplying a commit that was maybe undone before?ianb2008-11-161-9/+25
* stuff that somehow wasn't committedianb2008-11-161-25/+9
* Changed __str__ and __repr__ of responses for better doctesting; added a cont...ianb2008-11-161-7/+23
* fix typo in error messageianb2008-11-161-1/+1
* fix .delete()ianb2008-11-041-1/+1
* Support for <select multiple>, from desmaj (#278)ianb2008-07-301-5/+52
* Change the value of no-value checkboxes to 'on' instead of 'checked'ianb2008-05-021-2/+1
* Don't submit unnamed form fields. Give a better error message when cookies c...ianb2008-05-011-2/+8
* bring in paste.lint for wsgiref. fixes its InputWrapper lacking support forpjenvey2008-02-272-2/+438
* only import webbrowser when it's neededpjenvey2008-02-261-1/+1
* fix problem with paramsianb2008-02-171-0/+2