summaryrefslogtreecommitdiff
path: root/webtest/utils.py
Commit message (Expand)AuthorAgeFilesLines
* Fix strict cookie policy.Florian Schulze2017-08-011-1/+1
* allow to use set_cookie when HTTP_HOST is setGael Pasgrimaud2017-03-151-1/+1
* JSON methods respect content_type argument if passedSteven Loria2015-11-141-2/+1
* fixed #130 by removing useless codeGael Pasgrimaud2015-02-051-4/+0
* improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-161-1/+2
* Fixed #92 You can now override TestApp.JSONEncoder to use a custom encoderGael Pasgrimaud2014-04-161-2/+2
* origin_req_host is an attribute. see #64Gael Pasgrimaud2013-04-171-3/+4
* fixed #64Gael Pasgrimaud2013-04-171-5/+2
* Support secure cookiesAndrey Lebedev2013-03-081-0/+15
* Rewrote TestResponse._find_element.Georges Dubus2013-02-231-15/+0
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-231-3/+3
* group private methodsDomen Kožar2013-02-231-0/+46
* __name__ can't be unicode and we use future's unicode_literals; use unitests2...Gael Pasgrimaud2013-02-221-1/+1
* 100% test coverage for webtest.utilsMathieu Agopian2013-02-221-5/+3
* Use cookielib.CookieJar, welcome to 2008.Domen Kožar2013-02-211-27/+1
* simplify utils.py, add unittests (incomplete)Domen Kožar2013-02-211-39/+23
* merge conflictsGael Pasgrimaud2013-02-121-2/+26
|\
| * Make TestApp.cookies smarter.Julian Berman2013-02-111-2/+26
* | small improvement on json_methodGael Pasgrimaud2013-01-291-3/+8
* | use a 'decorator' for *_json since they all have the same behavior. this remo...Gael Pasgrimaud2013-01-291-1/+30
* | remove unsused codeGael Pasgrimaud2013-01-281-36/+0
|/
* split code in forms and utils modulesGael Pasgrimaud2012-12-091-0/+133