summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* Improve selenium api1.3Gael Pasgrimaud2011-08-273-25/+37
* pep8Gael Pasgrimaud2011-08-256-25/+59
* py3 compat. only 4 errors remainingGael Pasgrimaud2011-08-254-35/+565
* use real type so py3 wont complainGael Pasgrimaud2011-08-251-7/+6
* more python3 supportGael Pasgrimaud2011-08-234-45/+62
* rename .sel to .browserGael Pasgrimaud2011-08-231-57/+100
* add a few helpersGael Pasgrimaud2011-08-231-15/+42
* fix test. remove useless loggerGael Pasgrimaud2011-08-231-6/+0
* Replace with_selenium by seleniumGael Pasgrimaud2011-08-232-205/+373
* pep8Gael Pasgrimaud2011-08-221-2/+4
* pep8Gael Pasgrimaud2011-08-221-42/+82
* pep8Gael Pasgrimaud2011-08-221-6/+8
* missing test_appGael Pasgrimaud2011-08-221-1/+1
* take care of responses statusGael Pasgrimaud2011-08-221-19/+34
* testapp is a bad name for non testing modules. switch to appGael Pasgrimaud2011-08-223-15/+15
* use real exceptionGael Pasgrimaud2011-08-221-14/+14
* Improve selenium apiGael Pasgrimaud2011-08-221-269/+410
* Better Field representationGael Pasgrimaud2011-08-221-0/+25
* introduce seleniumGael Pasgrimaud2011-08-202-0/+570
* fix bug with latest webob version: can't read body without content_lengthGael Pasgrimaud2011-08-201-1/+4
* move __init__ to testapp module; few doc improvementsGael Pasgrimaud2011-08-202-1600/+1622
* allow to use a custom Field class in FormGael Pasgrimaud2011-08-201-251/+253
* use compat moduleGael Pasgrimaud2011-08-102-16/+14
* add compat module to handle py3k some compatGael Pasgrimaud2011-08-101-0/+39
* remove Paste dependencie. use debug_app instead of URLMapGael Pasgrimaud2011-08-091-1/+10
* 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
* | typoGael Pasgrimaud2011-07-121-1/+1
* | only warn if a content-type is returned by 204/304 with no content-lengthGael Pasgrimaud2011-07-122-2/+20
|/
* 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-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