summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Collapse)AuthorAgeFilesLines
* JSON methods respect content_type argument if passedSteven Loria2015-11-141-0/+7
| | | | | Allows, for example: self.post_json(url, data, content_type='application/vnd.api+json')
* Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-161-2/+3
|
* Rewrote TestResponse._find_element.Georges Dubus2013-02-231-47/+0
| | | | | Removed the anchor argument of TestResponse.click and the button argument of TestResponse.clickbutton. Removed utils.parse_attrs.
* __name__ can't be unicode and we use future's unicode_literals; use ↵Gael Pasgrimaud2013-02-221-2/+1
| | | | unitests2 with py26
* 100% test coverage for webtest.utilsMathieu Agopian2013-02-221-1/+34
|
* unicode_literals for the whole fileMathieu Agopian2013-02-211-11/+2
|
* use unicode_literals for test_utils.pyMathieu Agopian2013-02-211-23/+6
|
* test NoDefault, encode_params, stringifyMathieu Agopian2013-02-211-1/+64
|
* simplify utils.py, add unittests (incomplete)Domen Kožar2013-02-211-0/+89