summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
| * | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+9
| * | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+10
| * | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+8
| |/ / /
| * | | 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
|/ / /
* | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-30/+106
|\ \ \ | |/ /
| * | Test webtest.lint.check_environ and webtest.lint.IteratorWrapper and a little...Arthur Vuillard2013-02-221-17/+90
| * | Make test of check_content_type really unit testsArthur Vuillard2013-02-221-33/+22
| * | Coverage and cleanup of check_headersArthur Vuillard2013-02-221-0/+14
| |/
* | few more testsGael Pasgrimaud2013-02-221-0/+8
* | add some tests for AppErrorGael Pasgrimaud2013-02-221-0/+25
* | Remove test_forms and move it's tests to test_responseStéphane Klein2013-02-221-1/+58
* | typo / use non unicode file for testingGael Pasgrimaud2013-02-221-0/+2
* | Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-221-18/+19
|\ \
| * | use unicode_literals in test_forms.pyDomen Kožar2013-02-221-18/+19
* | | add some tests for check_statusGael Pasgrimaud2013-02-221-0/+27
* | | test paste variablesGael Pasgrimaud2013-02-221-4/+28
|/ /
* | Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-226-785/+778
|\ \
| * | merge relevant stuff into test_forms.pyDomen Kožar2013-02-225-785/+778
| * | move bootstrap.sh into fixtures/Domen Kožar2013-02-221-0/+0
* | | add test for encode multipartGael Pasgrimaud2013-02-221-0/+14
|/ /
* | Move test_click tests to test_response fileStéphane Klein2013-02-222-138/+148
* | Append unicode_normal_body test coverageStéphane Klein2013-02-221-0/+6
* | Create a new test response fileStéphane Klein2013-02-221-0/+16
* | Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-2211-394/+382
|\ \
| * | s/test_casperjs/test_ext/Domen Kožar2013-02-223-6/+6
| * | garednDomen Kožar2013-02-221-1/+0
| * | move most of relevant app.py tests inside test_app.pyDomen Kožar2013-02-227-387/+376
* | | __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
|/
* use bytes; pep8Gael Pasgrimaud2013-02-211-8/+7
* we no longer use -dGael Pasgrimaud2013-02-211-1/+1
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-211-0/+36
|\
| * Merge pull request #35 from gblin/masterGael Pasgrimaud2013-02-211-0/+36
| |\
| | * InputWrapper : test read, readline, readlinesgblin2013-02-211-0/+36
* | | add a test to load an app with pastedeployGael Pasgrimaud2013-02-212-0/+11
|/ /
* | test bad content_typesGael Pasgrimaud2013-02-211-0/+8
|/
* unicode_literals for the whole fileMathieu Agopian2013-02-211-11/+2
* use unicode_literals for test_utils.pyMathieu Agopian2013-02-211-23/+6
* 100% coverage on webtest.formsGael Pasgrimaud2013-02-211-0/+26
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-211-1/+64
|\
| * test NoDefault, encode_params, stringifyMathieu Agopian2013-02-211-1/+64
* | pep8Gael Pasgrimaud2013-02-211-5/+4
|/
* Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-211-0/+11
|\
| * Test that non-empty wsgi.errors raises an AppErrorChristophe de Vienne2013-02-211-0/+11
* | merge conflictsGael Pasgrimaud2013-02-215-21/+57
|\ \
| * | Tests some cases with no content type header or a response having body wherea...Arthur Vuillard2013-02-211-0/+36
| * | Merge https://github.com/cdevienne/webtestArthur Vuillard2013-02-213-3/+3
| |\ \ | | |/
| | * Import directly from six when possible instead of compat.py so we can clean i...Christophe de Vienne2013-02-213-3/+3