summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
* Add TestResponse.clickbutton onclick kwargordinary-jamie2023-03-091-2/+4
* PyQuery object now use the html parser. Fix #245Gael Pasgrimaud2023-01-031-1/+1
* docs: Fix a few typosTim Gates2022-11-012-2/+2
* Remove python2.5 and older unicode workaroundStéphane Blondon2022-08-031-6/+0
* Merge pull request #242 from azmeuk/issue-240-multiple-file-inputmasterGael Pasgrimaud2022-01-191-1/+4
|\
| * Support for multiple file inputÉloi Rivard2022-01-161-1/+4
* | stop python3.6 supportÉloi Rivard2022-01-166-10/+10
|/
* Fixed #236: app.lxml support xml responses with encoding declarationGael Pasgrimaud2021-08-261-1/+13
* Typo fixAndy Garfield2021-07-281-1/+1
* Remove all references to thte six packageBoris Staletic2020-12-171-1/+0
* Dropped support for Python 2.7 and 3.5David Smith2020-11-0710-173/+106
* Prevent PytestCollectionWarning for TestAppAdam Johnson2020-07-281-0/+3
* Merge pull request #226 from atlanticventures/masterGael Pasgrimaud2020-04-301-0/+4
|\
| * Added new host property to _RequestCookieAdapterRudá Porto Filgueiras2020-01-091-0/+4
* | docs: Fix simple typo, requets -> requestsTim Gates2020-04-011-1/+1
* | Remove use of deprecated splittype and splithostJeppe Fihl-Pearson2020-02-252-8/+0
* | No need for urlencode anymore.Rémy HUBSCHER2020-01-231-1/+0
* | Add queryparams to the head method.Rémy HUBSCHER2020-01-232-8/+15
|/
* Support <input type="search">Colin Watson2019-11-101-0/+2
* Fix bad variable name in check_header kotofos2019-10-091-1/+1
* Use truth test instead of length == 0postmasters2019-04-101-1/+1
* Fix DeprecationWarning: invalid escape sequence \sLaurence Rowe2019-02-151-1/+1
* fixed #210Gael Pasgrimaud2019-02-091-0/+4
* raise AssertionError on closeJohn Carter2019-01-191-2/+2
* Converted lint check_* functions to raise AssertionError instead of assertJohn Carter2019-01-191-79/+147
* Explicitly raise AssertionError in response checksJohn Carter2019-01-191-4/+7
* Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2John Carter2019-01-181-1/+6
* Fix deprecation warnings for ``collections`` to use ``collections.abc``Steve Piercy2018-11-262-2/+5
* Use empty string as default value for submit and button (#205)Benjamin Dauvergne2018-10-041-2/+2
* more linkcheck and intersphinx fixesSteve Piercy2018-09-102-9/+8
* Fix failure of docs build due to no indentation of code blockSteve Piercy2018-09-101-8/+7
* 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