summaryrefslogtreecommitdiff
path: root/webtest/__init__.py
Commit message (Expand)AuthorAgeFilesLines
* Remove old (and broken?) casperjs/selenium backward compat imports.Gael Pasgrimaud2013-08-221-16/+0
* Completely rewrite API documentationDomen Kožar2013-02-231-2/+0
* casperjs has moved to webtest-casperjsGael Pasgrimaud2013-02-231-2/+6
* add a webtest.sel module for backward compatGael Pasgrimaud2013-02-221-0/+10
* boot selenium stuffGael Pasgrimaud2013-02-211-3/+0
* split code in forms and utils modulesGael Pasgrimaud2012-12-091-10/+10
* add casperjs contextmanagerGael Pasgrimaud2012-09-031-0/+2
* - import UploadMartin Groenemeyer2012-05-291-0/+1
* Replace with_selenium by seleniumGael Pasgrimaud2011-08-231-1/+1
* pep8Gael Pasgrimaud2011-08-221-2/+4
* testapp is a bad name for non testing modules. switch to appGael Pasgrimaud2011-08-221-14/+14
* introduce seleniumGael Pasgrimaud2011-08-201-0/+2
* move __init__ to testapp module; few doc improvementsGael Pasgrimaud2011-08-201-1600/+13
* allow to use a custom Field class in FormGael Pasgrimaud2011-08-201-251/+253
* use compat moduleGael Pasgrimaud2011-08-101-15/+13
* bump version; improve docsGael Pasgrimaud2011-08-031-17/+17
* Allow to use url that starts with the SCRIPT_NAME found in extra_environGael Pasgrimaud2011-07-211-0/+3
* merge pull requestGael Pasgrimaud2011-07-161-1/+1
|\
| * remove the url fragment before parsing the query stringCarlo Cabanilla2011-07-151-1/+1
* | since some web servers allow to have a body with a DELETE request we allow it...Gael Pasgrimaud2011-07-121-2/+7
* | fix issue #16Gael Pasgrimaud2011-07-121-1/+1
|/
* Add support for reading the enctype attribute from a form. Also correctly han...Noah Kantrowitz2011-04-221-3/+8
* add TestApp.RequestClass so that custom request/response subclasses can be us...ejucovy@socialplanning2011-03-251-3/+4
* move TestApp declaration below TestRequest, so that I can reference TestReque...ejucovy@socialplanning2011-03-251-383/+383
* Fix #12, use doseq=True with all urlencode callsIan Bicking2010-11-121-2/+2
* 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-011-1/+2
* Add .head() method (from http://trac.pythonpaste.org/pythonpaste/ticket/371 -...Ian Bicking2010-09-011-0/+11
* 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