summaryrefslogtreecommitdiff
path: root/webtest/app.py
Commit message (Expand)AuthorAgeFilesLines
* Completely rewrite API documentationDomen Kožar2013-02-231-85/+94
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-231-10/+10
* add changelog for wsgiproxy and more docsDomen Kožar2013-02-231-2/+9
* group private methodsDomen Kožar2013-02-231-143/+93
* update docs a bitDomen Kožar2013-02-231-25/+42
* proxy supportGael Pasgrimaud2013-02-231-5/+13
* A file opened with 'b' mode can only returns bytes, not text. Remove the test.Christophe de Vienne2013-02-221-3/+0
* A copy of a webob.Request() cannot have content_length == -1. Removing the case.Christophe de Vienne2013-02-221-2/+0
* tests for cookies headers in requestDomen Kožar2013-02-221-0/+4
* add only values of cookies inside self.cookiesDomen Kožar2013-02-221-2/+2
* few more testsGael Pasgrimaud2013-02-221-13/+6
* typo / use non unicode file for testingGael Pasgrimaud2013-02-221-1/+1
* test paste variablesGael Pasgrimaud2013-02-221-1/+1
* add test for encode multipartGael Pasgrimaud2013-02-221-0/+5
* move testresponse to his own moduleGael Pasgrimaud2013-02-221-539/+1
* test bad content_typesGael Pasgrimaud2013-02-211-1/+1
* add a few pragma no cover for import errors we dont want to testGael Pasgrimaud2013-02-211-4/+4
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-211-1/+2
|\
| * gardenDomen Kožar2013-02-211-1/+2
* | merge conflictsGael Pasgrimaud2013-02-211-13/+16
|\ \ | |/ |/|
| * Import directly from six when possible instead of compat.py so we can clean i...Christophe de Vienne2013-02-211-6/+9
* | merge conflictGael Pasgrimaud2013-02-211-114/+121
|\ \
| * | more py3k cookielib stuffDomen Kožar2013-02-211-2/+7
| * | add cookielib response adapter method for py3kDomen Kožar2013-02-211-0/+3
| * | Use cookielib.CookieJar, welcome to 2008.Domen Kožar2013-02-211-75/+78
| * | remove py.test leftoversDomen Kožar2013-02-211-11/+0
| * | gardenDomen Kožar2013-02-211-37/+44
| |/
* | use bs4 to parse formGael Pasgrimaud2013-02-211-27/+2
|/
* Append TestResponse.clickbutton test and small fix in this methodStéphane Klein2013-02-211-2/+2
* merge conflictsGael Pasgrimaud2013-02-121-31/+73
|\
| * Make TestApp.cookies smarter.Julian Berman2013-02-111-9/+4
| * Expire cookies that have expired before a request.Julian Berman2013-02-101-35/+87
* | small improvement on json_methodGael Pasgrimaud2013-01-291-1/+1
* | use @utils.json_methodGael Pasgrimaud2013-01-291-73/+6
* | fix some typo. mutualize warningsGael Pasgrimaud2013-01-291-12/+28
* | add patch_jsonGael Pasgrimaud2013-01-291-4/+22
* | improve and add doc for UploadGael Pasgrimaud2013-01-281-2/+2
|/
* end of doc refactoringGael Pasgrimaud2012-12-091-13/+7
* split code in forms and utils modulesGael Pasgrimaud2012-12-091-731/+26
* we always have json nowGael Pasgrimaud2012-12-071-3/+0
* fixed #17. support unicode string as bodyGael Pasgrimaud2012-12-071-3/+9
* merge back lint/lint3. removed to_string and join_bytes from everywhereGael Pasgrimaud2012-12-061-5/+1
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-051-78/+100
* decode all HTML entitiesPatrick Strawderman2012-11-181-6/+17
* Allow equals sign in the cookie by spliting name-value-string pairs onKenshi Kawaguchi2012-10-221-1/+1
* Remove commented out code which is no longer necessary.ianjosephwilson@gmail.com2012-10-031-3/+0
* Preserve field order during parsing.ianjosephwilson@gmail.com2012-10-031-5/+17
* mergeGael Pasgrimaud2012-09-191-1/+1
|\
| * Fix a typo in apps.py: selectedIndiciesYohan Boniface2012-09-071-1/+1
* | fix a bug when nose try tu use unicode(resp)Gael Pasgrimaud2012-09-191-4/+6
|/