summaryrefslogtreecommitdiff
path: root/tests
Commit message (Collapse)AuthorAgeFilesLines
* Make sure Upload.content_type is not ignoredMarius Gedminas2013-09-181-2/+22
| | | | | | | | Looks like there's a bazillion methods of specifying files you want to upload with a form, and I missed one of them. This adds a missing test case and fixes the bug. A followup fix for issue #86.
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-0/+10
| | | | Fixes #86
* 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
|\ | | | | Fix json detection in response
| * 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
| | | | This fixes #50 in Pylons/webtest.
* 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
| | | | | | See http://www.w3.org/TR/REC-html40/interact/forms.html#adef-multiple if you need convincing that this is valid HTML (first example, a couple of pages down).
* Correctly handle <option> elements with no value attributeMarius Gedminas2013-03-281-1/+81
| | | | | | E.g. http://www.w3.org/TR/REC-html40/interact/forms.html#edef-OPTION clearly states that the value attribute of OPTION elements "defauls to element content".
* 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 ↵Wolfgang Schnerring2013-03-181-0/+24
| | | | things in py2/py3) according to PEP-3333
* Support secure cookiesAndrey Lebedev2013-03-081-0/+32
| | | | | | Add missing methods to _RequestCookieAdapter to comply with requirements of urllib2.Request interfaces (specified at http://docs.python.org/2/library/cookielib.html#cookielib.CookieJar.add_cookie_header)
* Allow TestResponse.click() to match HTML content as well as text content.Timothy Elliott2013-03-061-0/+16
| | | | | This brings TestResponse.click() in alignment with the documentation, which states that description will match "HTML and all".
* 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
| | | | This checks that input fields with type password work and act like text input fields.
* improve test about files uploadGael Pasgrimaud2013-02-231-3/+14
|
* pep8 stuffGael Pasgrimaud2013-02-231-4/+3
|
* Merge branch 'master' of github.com:madjar/webtestGael Pasgrimaud2013-02-232-57/+0
|\
| * Rewrote TestResponse._find_element.Georges Dubus2013-02-232-57/+0
| | | | | | | | | | Removed the anchor argument of TestResponse.click and the button argument of TestResponse.clickbutton. Removed utils.parse_attrs.
* | Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-232-1/+11
|\ \
| * \ Merge pull request #48 from gblin/masterGael Pasgrimaud2013-02-232-1/+10
| |\ \ | | |/ | |/| TestResponse.test_follow_with_cookie
| | * test_follow_with_cookieGuillaume Blin2013-02-231-0/+8
| | |
| | * Merge remote-tracking branch 'upstream/master'Guillaume Blin2013-02-235-103/+8
| | |\
| | * \ Merge branch 'master' of https://github.com/gblin/webtestGuillaume Blin2013-02-231-1/+2
| | |\ \ | | | | | | | | | | | | | | | | | | | | Conflicts: tests/test_lint.py
| | | * | lint.InputWrapper : closeGuillaume Blin2013-02-221-1/+6
| | | | |
| * | | | Reviewed documentation for `TestResponse`.Georges Dubus2013-02-231-0/+1
| | |_|/ | |/| |
* | | | wait for serverGael Pasgrimaud2013-02-231-0/+1
|/ / /
* | | try to improve testsGael Pasgrimaud2013-02-231-1/+2
| | |
* | | casperjs has moved to webtest-casperjsGael Pasgrimaud2013-02-234-102/+6
|/ /
* | proxy supportGael Pasgrimaud2013-02-231-1/+26
| |
* | Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-221-1/+12
|\ \
| * | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-1/+12
| | |
* | | merge conflictGael Pasgrimaud2013-02-221-9/+44
|\ \ \ | |/ / |/| |
| * | more coverage for webtest/lint.pyMathieu Agopian2013-02-221-7/+41
| | |
* | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-10/+14
|\ \ \
| * | | Replaced assert by unittest's assertsArthur Vuillard2013-02-221-1/+3
| | | |
| * | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-222-2/+40
| |\ \ \
| * | | | Replaced assert by unittest's assertsArthur Vuillard2013-02-221-9/+11
| | | | |
| * | | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-224-6/+71
| |\ \ \ \
* | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+2
| | | | | |
* | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+7
| |_|/ / / |/| | | |
* | | | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | Coverage of 100% of webtest.lintArthur Vuillard2013-02-221-0/+15
| | | | |