summaryrefslogtreecommitdiff
path: root/webtest
Commit message (Expand)AuthorAgeFilesLines
...
* doc errorsDomen Kožar2013-02-231-6/+6
* Completely rewrite API documentationDomen Kožar2013-02-235-153/+225
* Rewrote TestResponse._find_element.Georges Dubus2013-02-232-49/+6
* Reviewed documentation for `TestResponse`.Georges Dubus2013-02-231-9/+17
* try to improve testsGael Pasgrimaud2013-02-231-0/+2
* Fixes to the doc, mostly links and typos.Georges Dubus2013-02-233-21/+23
* Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-232-169/+189
|\
| * add changelog for wsgiproxy and more docsDomen Kožar2013-02-231-2/+9
| * group private methodsDomen Kožar2013-02-232-143/+139
| * update docs a bitDomen Kožar2013-02-231-25/+42
* | casperjs has moved to webtest-casperjsGael Pasgrimaud2013-02-232-106/+9
|/
* proxy supportGael Pasgrimaud2013-02-231-5/+13
* merge conflictGael Pasgrimaud2013-02-221-2/+2
|\
| * more coverage for webtest/lint.pyMathieu Agopian2013-02-221-2/+2
* | Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-221-3/+0
|\ \
| * | A file opened with 'b' mode can only returns bytes, not text. Remove the test.Christophe de Vienne2013-02-221-3/+0
* | | add a webtest.sel module for backward compatGael Pasgrimaud2013-02-222-0/+22
|/ /
* | merge conflictGael Pasgrimaud2013-02-221-2/+0
|\ \
| * | A copy of a webob.Request() cannot have content_length == -1. Removing the case.Christophe de Vienne2013-02-221-2/+0
| |/
* | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-10/+0
|\ \ | |/ |/|
| * Deletion of unused and useless PartialIteratorWrapperArthur Vuillard2013-02-221-10/+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
* | Merge branch 'master' of github.com:arthru/webtestGael Pasgrimaud2013-02-221-28/+19
|\ \ | |/
| * Test webtest.lint.check_environ and webtest.lint.IteratorWrapper and a little...Arthur Vuillard2013-02-221-3/+0
| * Coverage and cleanup of check_headersArthur Vuillard2013-02-221-17/+18
| * Deletion of unused function make_middlewareArthur Vuillard2013-02-221-8/+1
* | 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
* | add some pragma no cover for the compat moduleGael Pasgrimaud2013-02-221-3/+3
* | only use basename for the log fileGael Pasgrimaud2013-02-221-1/+1
* | __name__ can't be unicode and we use future's unicode_literals; use unitests2...Gael Pasgrimaud2013-02-221-1/+1
* | Merge pull request #36 from magopian/test-utils-devGael Pasgrimaud2013-02-221-5/+3
|\ \
| * | 100% test coverage for webtest.utilsMathieu Agopian2013-02-221-5/+3
| |/
* | merge conflictGael Pasgrimaud2013-02-221-28/+17
|\ \ | |/
| * use @property over property()Domen Kožar2013-02-221-28/+17
* | move testresponse to his own moduleGael Pasgrimaud2013-02-222-539/+555
|/
* pep8Gael Pasgrimaud2013-02-211-2/+3
* remove one line to coverGael Pasgrimaud2013-02-211-14/+7
* 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
* 100% coverage on webtest.formsGael Pasgrimaud2013-02-211-1/+1
* add more test for formsGael Pasgrimaud2013-02-211-4/+2
* fix test for py3XGael Pasgrimaud2013-02-211-1/+4
* Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-212-2/+8
|\
| * Test that non-empty wsgi.errors raises an AppErrorChristophe de Vienne2013-02-211-0/+4
| * In PEP3333 wsgi.errors should accept unicode stringsChristophe de Vienne2013-02-211-2/+4
* | Merge branch 'master' of github.com:Pylons/webtestGael Pasgrimaud2013-02-211-1/+2
|\ \