summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* 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
| |/
* | pep8Gael Pasgrimaud2014-01-171-6/+3
* | also skip lxml/pyquery tests in TestCaseGael Pasgrimaud2014-01-171-0/+2
|/
* Make sure Upload.content_type is not ignoredMarius Gedminas2013-09-181-2/+22
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-0/+10
* Allow assigning a list to a set of same-named checkboxes.Carl Meyer2013-08-302-2/+15
* fix 71Domen Kožar2013-08-161-9/+14
* added shortucts for xhr request; test for added codeMax Kharandziuk2013-08-131-0/+18
* Merge pull request #77 from homm/masterDomen Kožar2013-08-071-1/+18
|\
| * tests for differenet json content-type in responsehomm2013-08-071-2/+19
* | Decode the content before returning itAlexis Métaireau2013-08-051-1/+21
|/
* Fix default value for delete params argument.Nathan Ostgard2013-07-311-0/+11
* remove leading newline from textareaVictor Safronovich2013-05-042-0/+12
* Test and changelog entry for #65.Georges Dubus2013-04-171-0/+4
* Handle the short form of <select multiple>Marius Gedminas2013-04-011-3/+29
* Correctly handle <option> elements with no value attributeMarius Gedminas2013-03-281-1/+81
* merge. fixed #59Gael Pasgrimaud2013-03-271-2/+16
|\
| * Support for redirects having relative "Location" headerAndrey Lebedev2013-03-221-2/+16
* | All <button> elements are treated as submit controlsAndrey Lebedev2013-03-222-1/+8
|/
* Treat strings in the WSGI environment as native strings (i.e. different thing...Wolfgang Schnerring2013-03-181-0/+24
* Support secure cookiesAndrey Lebedev2013-03-081-0/+32
* Allow TestResponse.click() to match HTML content as well as text content.Timothy Elliott2013-03-061-0/+16
* TestResponse.maybe_follow() methodMikhail Korobov2013-03-041-0/+64
* test for unknow fields; move some html in real html filesGael Pasgrimaud2013-02-274-212/+131
* Tests for input fields of type password.Diarmuid Bourke2013-02-261-0/+24
* improve test about files uploadGael Pasgrimaud2013-02-231-3/+14