summaryrefslogtreecommitdiff
path: root/webtest/lint.py
Commit message (Expand)AuthorAgeFilesLines
* Typo fixAndy Garfield2021-07-281-1/+1
* Dropped support for Python 2.7 and 3.5David Smith2020-11-071-22/+15
* Fix bad variable name in check_header kotofos2019-10-091-1/+1
* Use truth test instead of length == 0postmasters2019-04-101-1/+1
* raise AssertionError on closeJohn Carter2019-01-191-2/+2
* Converted lint check_* functions to raise AssertionError instead of assertJohn Carter2019-01-191-79/+147
* Fix deprecation warnings for ``collections`` to use ``collections.abc``Steve Piercy2018-11-261-2/+3
* avoid UnicodeDecodeError in linter with py2; fixed #186Gael Pasgrimaud2017-10-211-4/+7
* Improved linting for http headersBrendan McCollam2017-05-021-24/+23
* pep8 everywhereGael Pasgrimaud2014-04-161-12/+18
* fix 71Domen Kožar2013-08-161-0/+3
* Treat strings in the WSGI environment as native strings (i.e. different thing...Wolfgang Schnerring2013-03-181-3/+7
* merge conflictGael Pasgrimaud2013-02-221-2/+2
|\
| * more coverage for webtest/lint.pyMathieu Agopian2013-02-221-2/+2
* | Deletion of unused and useless PartialIteratorWrapperArthur Vuillard2013-02-221-10/+0
|/
* 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
* pep8Gael Pasgrimaud2013-02-211-2/+3
* remove one line to coverGael Pasgrimaud2013-02-211-14/+7
* Merge branch 'master' of github.com:cdevienne/webtestGael Pasgrimaud2013-02-211-2/+4
|\
| * In PEP3333 wsgi.errors should accept unicode stringsChristophe de Vienne2013-02-211-2/+4
* | merge conflictsGael Pasgrimaud2013-02-211-12/+11
|\ \
| * | Refactor status check (and improve coverage of this function)Arthur Vuillard2013-02-211-12/+11
| |/
* | gardenDomen Kožar2013-02-211-2/+4
|/
* we have to check status as a str, not bytesGael Pasgrimaud2012-12-071-4/+5
* merge back lint/lint3. removed to_string and join_bytes from everywhereGael Pasgrimaud2012-12-061-28/+66
* remove some ugly stuff by using future's literal and six. this mean we do no ...Gael Pasgrimaud2012-12-051-1/+0
* fix #39Gael Pasgrimaud2012-05-061-2/+6
* fixed #37 lint doesn't allow Content-Length: 0 without Content-TypeGael Pasgrimaud2012-05-041-1/+1
* Never catch NameError during iterationGael Pasgrimaud2012-01-251-4/+2
* pep8Gael Pasgrimaud2011-08-251-6/+25
* use real type so py3 wont complainGael Pasgrimaud2011-08-251-7/+6
* more python3 supportGael Pasgrimaud2011-08-231-3/+8
* use compat moduleGael Pasgrimaud2011-08-101-1/+1
* typoGael Pasgrimaud2011-07-121-1/+1
* only warn if a content-type is returned by 204/304 with no content-lengthGael Pasgrimaud2011-07-121-2/+12
* Fix a bunch of unicode errors with the testsIan Bicking2010-09-011-5/+8
* bring in paste.lint for wsgiref. fixes its InputWrapper lacking support forpjenvey2008-02-271-0/+436