summaryrefslogtreecommitdiff
path: root/tests/test_lint.py
Commit message (Expand)AuthorAgeFilesLines
* avoid UnicodeDecodeError in linter with py2; fixed #186Gael Pasgrimaud2017-10-211-1/+17
* Improves testing of check_headersBrendan McCollam2017-05-021-6/+26
* Fix fails in existing tests from unicode headersBrendan McCollam2017-05-021-0/+2
* pep8 everywhereGael Pasgrimaud2014-04-161-6/+11
* fix 71Domen Kožar2013-08-161-9/+14
* Treat strings in the WSGI environment as native strings (i.e. different thing...Wolfgang Schnerring2013-03-181-0/+24
* Merge branch 'master' of https://github.com/gblin/webtestGuillaume Blin2013-02-231-1/+2
|\
| * lint.InputWrapper : closeGuillaume Blin2013-02-221-1/+6
* | merge conflictGael Pasgrimaud2013-02-221-9/+44
|\ \
| * | more coverage for webtest/lint.pyMathieu Agopian2013-02-221-7/+41
* | | Coverage of 100% of webtest.lintArthur Vuillard2013-02-221-0/+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 pull request #41 from magopian/test-link-coverageDomen Kožar2013-02-221-4/+4
| |\ \ \ | | |/ /
| | * | flake8, moved importMathieu Agopian2013-02-221-5/+4
* | | | Add forgotten importArthur Vuillard2013-02-221-0/+1
* | | | Using unittest's assert* in lint testsArthur Vuillard2013-02-221-11/+18
* | | | Test coverage of webtest.lint.ErrorWrapperArthur Vuillard2013-02-221-1/+33
* | | | Test coverage of ErrorWrapperArthur Vuillard2013-02-221-0/+6
|/ / /
* | | Test webtest.lint.WriteWrapperArthur Vuillard2013-02-221-1/+25
|/ /
* | 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
|/
* use bytes; pep8Gael Pasgrimaud2013-02-211-8/+7
* InputWrapper : test read, readline, readlinesgblin2013-02-211-0/+36
* Tests some cases with no content type header or a response having body wherea...Arthur Vuillard2013-02-211-0/+36