summaryrefslogtreecommitdiff
path: root/webtest/app.py
Commit message (Expand)AuthorAgeFilesLines
* make sure str and text_type are checkedPranay Suresh2016-04-101-1/+1
* reduce complexity use text_typePranay Suresh2016-04-101-11/+3
* support python2 and python3Pranay Suresh2016-04-101-3/+13
* support bearer authPranay Suresh2016-04-071-0/+2
* dont need a specific versionGael Pasgrimaud2015-05-041-1/+1
* fixed #135Gael Pasgrimaud2015-05-041-1/+2
* Properly check for default cookiejar arguments.Julian Berman2014-10-181-2/+3
* add support for checking custom reason phrase using status parameterLie Ryan2014-06-201-0/+3
* Merge branch 'set-cookie' of github.com:luhn/webtestGael Pasgrimaud2014-06-041-0/+27
|\
| * Fix a minor misunderstanding.Theron Luhn2014-06-041-11/+2
| * Tidied up set_cookie.Theron Luhn2014-06-041-74/+11
| * Fix Python 3 tests.Theron Luhn2014-06-021-2/+1
| * Implement a set_cookie method in TestApp.Theron Luhn2014-06-021-0/+100
* | Added method TestApp.set_parser_features to change the parser_features used b...Tomas Moreyra2014-05-271-0/+8
* | Call method as described in documentation.soasme2014-05-041-1/+1
|/
* Fixed #84 Application cookies for localhost are no longer ignoredGael Pasgrimaud2014-04-171-1/+19
* Fixed #106. added a few documentationGael Pasgrimaud2014-04-171-3/+13
* Merge branch 'master' of https://github.com/dmlayton/webtestGael Pasgrimaud2014-04-171-2/+3
|\
| * make wrapping the app in the lint middleware optionaldmlayton2014-02-131-2/+3
* | improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-161-2/+3
* | Fixed #89Gael Pasgrimaud2014-04-161-7/+1
* | Fixed #108 cgi.parse_qsl is pending deprecationGael Pasgrimaud2014-04-161-2/+1
* | Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-161-5/+8
* | add authorization propertyGael Pasgrimaud2014-04-161-0/+37
* | Fixed #107 Explicit error message when WSGIProxy2 is not installerGael Pasgrimaud2014-04-151-2/+9
|/
* Adds ability to specify an HTML parserLyndsy Simon2013-10-071-1/+7
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-8/+13
* added shortucts for xhr request; test for added codeMax Kharandziuk2013-08-131-20/+47
* Decode the content before returning itAlexis Métaireau2013-08-051-0/+4
* Fix default value for delete params argument.Nathan Ostgard2013-07-311-2/+3
* Fix typo in docstringDesmond Brand2013-05-071-1/+1
* Completely rewrite API documentationDomen Kožar2013-02-231-85/+94
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-231-10/+10
* add changelog for wsgiproxy and more docsDomen Kožar2013-02-231-2/+9
* group private methodsDomen Kožar2013-02-231-143/+93
* update docs a bitDomen Kožar2013-02-231-25/+42
* proxy supportGael Pasgrimaud2013-02-231-5/+13
* A file opened with 'b' mode can only returns bytes, not text. Remove the test.Christophe de Vienne2013-02-221-3/+0
* A copy of a webob.Request() cannot have content_length == -1. Removing the case.Christophe de Vienne2013-02-221-2/+0
* tests for cookies headers in requestDomen Kožar2013-02-221-0/+4
* add only values of cookies inside self.cookiesDomen Kožar2013-02-221-2/+2
* few more testsGael Pasgrimaud2013-02-221-13/+6
* typo / use non unicode file for testingGael Pasgrimaud2013-02-221-1/+1
* test paste variablesGael Pasgrimaud2013-02-221-1/+1
* add test for encode multipartGael Pasgrimaud2013-02-221-0/+5
* move testresponse to his own moduleGael Pasgrimaud2013-02-221-539/+1
* test bad content_typesGael Pasgrimaud2013-02-211-1/+1
* add a few pragma no cover for import errors we dont want to testGael Pasgrimaud2013-02-211-4/+4
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-211-1/+2
|\
| * gardenDomen Kožar2013-02-211-1/+2