summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* 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
* | Fixed #108 cgi.parse_qsl is pending deprecationGael Pasgrimaud2014-04-161-2/+1
* | Fixed #73. Python < 2.6.5 does not support unicode as keyword arguments names.Gael Pasgrimaud2014-04-161-0/+7
* | Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-162-7/+10
* | add authorization propertyGael Pasgrimaud2014-04-162-1/+38
* | Fixed #107 Explicit error message when WSGIProxy2 is not installerGael Pasgrimaud2014-04-151-2/+9
|/
* Allow .select() on select fields.Markus Bertheau2014-01-231-16/+22
* Allow selecting by text for multi selectsMarkus Bertheau2014-01-231-0/+31
* Allow selecting by text for single selectsMarkus Bertheau2014-01-231-2/+19
* Modify selects and radio fields to store the option text as wellMarkus Bertheau2014-01-231-9/+11
* resolve conflictGael Pasgrimaud2014-01-171-6/+13
|\
| * Allow selecting submit button by valueMarkus Bertheau2014-01-171-6/+13
* | Ignore the value attribute of <input type="file">Markus Bertheau2014-01-161-0/+3
|/
* Merge pull request #90 from lyndsysimon/configurable_bs4Gael Pasgrimaud2013-11-223-5/+12
|\
| * Adds ability to specify an HTML parserLyndsy Simon2013-10-073-5/+12
* | Make StopableWSGIServer thread daemonicLaurence Rowe2013-11-131-0/+1
|/
* Make sure Upload.content_type is not ignoredMarius Gedminas2013-09-181-1/+1
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-162-9/+19
* Allow assigning a list to a set of same-named checkboxes.Carl Meyer2013-08-301-4/+14
* Remove old (and broken?) casperjs/selenium backward compat imports.Gael Pasgrimaud2013-08-221-16/+0
* fix 71Domen Kožar2013-08-161-0/+3
* added shortucts for xhr request; test for added codeMax Kharandziuk2013-08-131-20/+47
* Merge pull request #77 from homm/masterDomen Kožar2013-08-071-2/+2
|\
| * Fix json detection in responsehomm2013-08-021-2/+2
* | Decode the content before returning itAlexis Métaireau2013-08-051-0/+4
* | Decode the content before returning itAlexis Métaireau2013-08-051-0/+1
|/