summaryrefslogtreecommitdiff
path: root/webtest/response.py
Commit message (Expand)AuthorAgeFilesLines
* stop python3.6 supportÉloi Rivard2022-01-161-2/+2
* Fixed #236: app.lxml support xml responses with encoding declarationGael Pasgrimaud2021-08-261-1/+13
* Dropped support for Python 2.7 and 3.5David Smith2020-11-071-46/+13
* Remove use of deprecated splittype and splithostJeppe Fihl-Pearson2020-02-251-4/+0
* Explicitly raise AssertionError in response checksJohn Carter2019-01-191-4/+7
* more linkcheck and intersphinx fixesSteve Piercy2018-09-101-8/+7
* .json now return .json_body; fixed #177Gael Pasgrimaud2017-03-151-5/+2
* use text_type() instead of str(). see #164Gael Pasgrimaud2016-09-151-6/+2
* do not guess encoding if response's charset is set. See #160Gael Pasgrimaud2016-07-211-3/+7
* Set Referer header on .click() and .clickbutton() (#147)Benjamin Dauvergne2016-03-311-1/+4
* pep8 everywhereGael Pasgrimaud2014-04-161-6/+5
* Adds ability to specify an HTML parserLyndsy Simon2013-10-071-2/+3
* 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/+1
|/
* Support for redirects having relative "Location" headerAndrey Lebedev2013-03-221-2/+3
* Allow TestResponse.click() to match HTML content as well as text content.Timothy Elliott2013-03-061-1/+1
* TestResponse.maybe_follow() methodMikhail Korobov2013-03-041-6/+25
* Don't let BeautifulSoup use lxml. Fix GH-51Mikhail Korobov2013-03-031-1/+1
* correct api method linksDomen Kožar2013-03-021-5/+5
* improve TestResponse api docs a bitDomen Kožar2013-03-021-7/+8
* Rewrote TestResponse._find_element.Georges Dubus2013-02-231-34/+6
* Reviewed documentation for `TestResponse`.Georges Dubus2013-02-231-9/+17
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-231-8/+10
* merge conflictGael Pasgrimaud2013-02-221-28/+17
* move testresponse to his own moduleGael Pasgrimaud2013-02-221-0/+554