summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* Add TestResponse.clickbutton onclick kwargordinary-jamie2023-03-091-0/+4
* Support for multiple file inputÉloi Rivard2022-01-161-4/+48
* Fixed #236: app.lxml support xml responses with encoding declarationGael Pasgrimaud2021-08-261-4/+17
* pep8Gael Pasgrimaud2021-08-261-1/+2
* Remove all references to thte six packageBoris Staletic2020-12-171-1/+1
* Dropped support for Python 2.7 and 3.5David Smith2020-11-0711-145/+70
* Prevent PytestCollectionWarning for TestAppAdam Johnson2020-07-281-0/+3
* fixed #210Gael Pasgrimaud2019-02-091-0/+7
* raise AssertionError on closeJohn Carter2019-01-191-2/+0
* Converted lint check_* functions to raise AssertionError instead of assertJohn Carter2019-01-191-4/+2
* Explicitly raise AssertionError in response checksJohn Carter2019-01-191-4/+2
* Support for PYTHONOPTIMIZE=2, fix tests on PYTHONOPTIMIZE=1, 2John Carter2019-01-183-2/+16
* Use empty string as default value for submit and button (#205)Benjamin Dauvergne2018-10-041-0/+11
* switch to pytestGael Pasgrimaud2018-09-221-16/+16
* fixed #193Gael Pasgrimaud2018-05-181-0/+15
* avoid UnicodeDecodeError in linter with py2; fixed #186Gael Pasgrimaud2017-10-211-1/+17
* Preserve submit order for radio inputs.Florian Schulze2017-10-092-0/+39
* Fix strict cookie policy.Florian Schulze2017-08-011-0/+33
* Improves testing of check_headersBrendan McCollam2017-05-021-6/+26
* Fix fails in existing tests from unicode headersBrendan McCollam2017-05-023-2/+18
* fixed #146Gael Pasgrimaud2017-04-121-0/+21
* allow to use set_cookie when HTTP_HOST is setGael Pasgrimaud2017-03-151-0/+7
* Fix #173: Do not omit file uploads without a file from post.Michael Howitz2017-02-051-3/+7
* Remove remaining references to ordereddict packageCorey Wright2017-02-011-1/+1
* fix tests (ignore contributing.rst)Gael Pasgrimaud2016-12-161-5/+1
* add test case for bearer auth and append to invalid auth test casePranay Suresh2016-04-101-0/+18
* Set Referer on form.submit() (#147)Benjamin Dauvergne2016-03-311-0/+4
* Set Referer header on .click() and .clickbutton() (#147)Benjamin Dauvergne2016-03-311-0/+10
* JSON methods respect content_type argument if passedSteven Loria2015-11-141-0/+7
* reset values of select multipleYannick Chabbert2015-05-291-0/+14
* Properly check for default cookiejar arguments.Julian Berman2014-10-181-0/+5
* add support for checking custom reason phrase using status parameterLie Ryan2014-06-201-0/+7
* Merge branch 'set-cookie' of github.com:luhn/webtestGael Pasgrimaud2014-06-041-0/+21
|\
| * Implement a set_cookie method in TestApp.Theron Luhn2014-06-021-0/+21
* | Fixed #110. Don't ignore forced value on Radio inputZeb DeOs2014-04-241-0/+10
|/
* Fixed #84 Application cookies for localhost are no longer ignoredGael Pasgrimaud2014-04-171-0/+24
* improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-162-0/+13
* pep8 everywhereGael Pasgrimaud2014-04-165-42/+46
* Fixed #89Gael Pasgrimaud2014-04-161-12/+0
* Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-161-2/+3
* pep8Gael Pasgrimaud2014-04-161-20/+23
* add authorization propertyGael Pasgrimaud2014-04-161-0/+41
* rename .txt to .rst; also looks like the new nose.plugins.xunit break almost ...Gael Pasgrimaud2014-04-151-6/+2
* fix an issue with xunit & py2.6. 2.6 will die soon hopefullyGael Pasgrimaud2014-04-151-0/+4
* Allow selecting by text for multi selectsMarkus Bertheau2014-01-231-0/+12
* Allow selecting by text for single selectsMarkus Bertheau2014-01-231-0/+11
* resolve conflictGael Pasgrimaud2014-01-172-0/+25
|\
| * Allow selecting submit button by valueMarkus Bertheau2014-01-172-0/+25
* | Merge branch 'ignore-input-type-file-value' of https://github.com/mbertheau/w...Gael Pasgrimaud2014-01-171-1/+1
|\ \
| * | Ignore the value attribute of <input type="file">Markus Bertheau2014-01-161-1/+1
| |/