summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* Add ``Email`` class for input fields with type "email".Michael Howitz2018-06-191-0/+6
* fixed #193Gael Pasgrimaud2018-05-181-1/+1
* Documentation bearer token and JWT authorizationTheron Luhn2018-04-261-2/+6
* avoid UnicodeDecodeError in linter with py2; fixed #186Gael Pasgrimaud2017-10-211-4/+7
* Preserve submit order for radio inputs.Florian Schulze2017-10-091-7/+22
* Fix strict cookie policy.Florian Schulze2017-08-012-5/+6
* Improved linting for http headersBrendan McCollam2017-05-021-24/+23
* fixed #146Gael Pasgrimaud2017-04-121-1/+8
* .json now return .json_body; fixed #177Gael Pasgrimaud2017-03-151-5/+2
* allow to use set_cookie when HTTP_HOST is setGael Pasgrimaud2017-03-152-4/+7
* always show response; fixed #176Gael Pasgrimaud2017-03-051-1/+1
* pep8Gael Pasgrimaud2017-03-051-2/+1
* add JWT. fixed #153Gael Pasgrimaud2017-03-051-2/+3
* Fix #173: Do not omit file uploads without a file from post.Michael Howitz2017-02-051-0/+4
* Remove remaining references to ordereddict packageCorey Wright2017-02-012-6/+1
* Fix typo in commentPeter Inglesby2017-01-121-1/+1
* use text_type() instead of str(). see #164Gael Pasgrimaud2016-09-152-11/+3
* do not guess encoding if response's charset is set. See #160Gael Pasgrimaud2016-07-212-4/+12
* 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
* Set Referer on form.submit() (#147)Benjamin Dauvergne2016-03-311-0/+2
* Set Referer header on .click() and .clickbutton() (#147)Benjamin Dauvergne2016-03-311-1/+4
* JSON methods respect content_type argument if passedSteven Loria2015-11-141-2/+1
* reset values of select multipleYannick Chabbert2015-05-291-12/+7
* dont need a specific versionGael Pasgrimaud2015-05-041-1/+1
* fixed #135Gael Pasgrimaud2015-05-041-1/+2
* fixed #131 prevent passing HTML parameters that conflict with Field kwargs.Joeri Bekker2015-02-061-0/+6
* fixed #130 by removing useless codeGael Pasgrimaud2015-02-051-4/+0
* Avoid raising encoding errors from debugappLaurence Rowe2014-12-191-1/+1
* Properly check for default cookiejar arguments.Julian Berman2014-10-181-2/+3
* avoid weird bug when conn is not really establishedGael Pasgrimaud2014-09-191-1/+1
* Small fix to `TestApp.set_cookie`Theron Luhn2014-07-281-2/+2
* 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-042-0/+105
|\
| * Fix a minor misunderstanding.Theron Luhn2014-06-042-13/+13
| * Tidied up set_cookie.Theron Luhn2014-06-042-74/+80
| * 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 #110. Don't ignore forced value on Radio inputZeb DeOs2014-04-241-1/+3
|/
* 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-164-5/+7
* | pep8 everywhereGael Pasgrimaud2014-04-163-24/+30
* | Fixed #89Gael Pasgrimaud2014-04-161-7/+1