summaryrefslogtreecommitdiff
path: root/tests/test_app.py
Commit message (Expand)AuthorAgeFilesLines
* Fix strict cookie policy.Florian Schulze2017-08-011-0/+33
* allow to use set_cookie when HTTP_HOST is setGael Pasgrimaud2017-03-151-0/+7
* Remove remaining references to ordereddict packageCorey Wright2017-02-011-1/+1
* Properly check for default cookiejar arguments.Julian Berman2014-10-181-0/+5
* add support for checking custom reason phrase using status parameterLie Ryan2014-06-201-0/+7
* Implement a set_cookie method in TestApp.Theron Luhn2014-06-021-0/+21
* Fixed #84 Application cookies for localhost are no longer ignoredGael Pasgrimaud2014-04-171-0/+24
* improve test coverage. we're back at 100%Gael Pasgrimaud2014-04-161-0/+11
* Fixed #89Gael Pasgrimaud2014-04-161-12/+0
* pep8Gael Pasgrimaud2014-04-161-20/+23
* Allow specifying the MIME type of an uploaded fileMarius Gedminas2013-09-161-0/+10
* added shortucts for xhr request; test for added codeMax Kharandziuk2013-08-131-0/+18
* Fix default value for delete params argument.Nathan Ostgard2013-07-311-0/+11
* Support secure cookiesAndrey Lebedev2013-03-081-0/+32
* wait for serverGael Pasgrimaud2013-02-231-0/+1
* proxy supportGael Pasgrimaud2013-02-231-1/+26
* Test custom headers for post()Christophe de Vienne2013-02-221-0/+5
* test patchGael Pasgrimaud2013-02-221-0/+4
* test relative_toGael Pasgrimaud2013-02-221-0/+11
* remove unicode cookie test, we should just add documentation for this, too mu...Domen Kožar2013-02-221-26/+0
* add test case unicode cookies wont workDomen Kožar2013-02-221-0/+26
* merge conflictGael Pasgrimaud2013-02-221-2/+8
|\
| * Test TestApp.request with a TestRequest instance.Christophe de Vienne2013-02-221-0/+6
| * HTTP_COOKIE is not sorted, test accordinglyDomen Kožar2013-02-221-2/+2
* | merge conflictGael Pasgrimaud2013-02-221-73/+57
|\ \ | |/
| * make cookie testing more gentleDomen Kožar2013-02-221-73/+57
* | Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-221-8/+25
|\ \ | |/
| * tests for cookies headers in requestDomen Kožar2013-02-221-2/+19
| * add only values of cookies inside self.cookiesDomen Kožar2013-02-221-6/+6
* | test app.get paramsGael Pasgrimaud2013-02-221-0/+8
|/
* few more testsGael Pasgrimaud2013-02-221-0/+8
* add some tests for AppErrorGael Pasgrimaud2013-02-221-0/+25
* add some tests for check_statusGael Pasgrimaud2013-02-221-0/+27
* test paste variablesGael Pasgrimaud2013-02-221-4/+28
* add test for encode multipartGael Pasgrimaud2013-02-221-0/+14
* move most of relevant app.py tests inside test_app.pyDomen Kožar2013-02-221-0/+376