summaryrefslogtreecommitdiff
path: root/tests/test_utils.py
Commit message (Expand)AuthorAgeFilesLines
* switch to pytestGael Pasgrimaud2018-09-221-16/+16
* JSON methods respect content_type argument if passedSteven Loria2015-11-141-0/+7
* 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
* __name__ can't be unicode and we use future's unicode_literals; use unitests2...Gael Pasgrimaud2013-02-221-2/+1
* 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