summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-0/+15
|\ \ \ \ \ | |/ / / /
| * | | | Coverage of 100% of webtest.lintArthur Vuillard2013-02-221-0/+15
* | | | | Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-221-1/+1
|\ \ \ \ \
| * | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-1/+1
* | | | | | Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-221-0/+5
|\ \ \ \ \ \
| * | | | | | Test custom headers for post()Christophe de Vienne2013-02-221-0/+5
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-9/+15
|\ \ \ \ \ \ | | |_|/ / / | |/| | | |
| * | | | | Test webtest.lint.InputWrapper.__iter__Arthur Vuillard2013-02-221-9/+15
| * | | | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-221-4/+4
| |\ \ \ \ \
* | \ \ \ \ \ Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-221-1/+21
|\ \ \ \ \ \ \ | | |_|_|/ / / | |/| | | | |
| * | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-14/+21
| * | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+13
| | |_|/ / / | |/| | | |
* | | | | | Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-221-0/+13
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+13
* | | | | | test patchGael Pasgrimaud2013-02-221-0/+4
* | | | | | test relative_toGael Pasgrimaud2013-02-221-0/+11
|/ / / / /
* | | | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-0/+1
|\ \ \ \ \ | |/ / / /
| * | | | Add forgotten importArthur Vuillard2013-02-221-0/+1
* | | | | Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-221-0/+23
|\ \ \ \ \
| * | | | | Add tests for uploading invalid files exceptionsChristophe de Vienne2013-02-221-0/+23
* | | | | | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-7/+52
|\ \ \ \ \ \ | | |/ / / / | |/| | | |
| * | | | | Using unittest's assert* in lint testsArthur Vuillard2013-02-221-11/+18
| * | | | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-221-26/+0
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-222-0/+36
| |\ \ \ \ \ \
| * | | | | | | Test coverage of webtest.lint.ErrorWrapperArthur Vuillard2013-02-221-1/+33
| * | | | | | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-222-0/+63
| |\ \ \ \ \ \ \ | | | |_|/ / / / | | |/| | | | |
| * | | | | | | Test coverage of ErrorWrapperArthur Vuillard2013-02-221-0/+6
| * | | | | | | Merge branch 'master' of https://github.com/Pylons/webtestArthur Vuillard2013-02-2219-1206/+1410
| |\ \ \ \ \ \ \
* | | | | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-222-6/+13
* | | | | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-1/+12
* | | | | | | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+9
| |_|_|_|_|/ / / |/| | | | | | |
* | | | | | | | Merge pull request #41 from magopian/test-link-coverageDomen Kožar2013-02-221-4/+4
|\ \ \ \ \ \ \ \ | |_|_|_|_|/ / / |/| | | | | / / | | |_|_|_|/ / | |/| | | | |
| * | | | | | flake8, moved importMathieu Agopian2013-02-221-5/+4
| | |/ / / / | |/| | | |
* | | | | | 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
* | | | | add a webtest.sel module for backward compatGael Pasgrimaud2013-02-221-0/+10
| |_|/ / |/| | |
* | | | 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 branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-1/+25
|\ \ \ \ | | |/ / | |/| |
| * | | Test webtest.lint.WriteWrapperArthur Vuillard2013-02-221-1/+25
* | | | merge conflictGael Pasgrimaud2013-02-222-76/+71
|\ \ \ \
| * | | | Fix bug in webtest.response.TestResponse repr testStéphane Klein2013-02-221-3/+14
| * | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+11
| * | | | 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
| | |/ / | |/| |
| * | | make cookie testing more gentleDomen Kožar2013-02-221-73/+57
* | | | Merge branch 'master' of github.com:harobed/webtestGael Pasgrimaud2013-02-222-8/+63
|\ \ \ \
| * | | | Improve webtest.response.TestResponse coverageStéphane Klein2013-02-221-0/+11