summaryrefslogtreecommitdiff
path: root/tests/testutils/http_server.py
Commit message (Collapse)AuthorAgeFilesLines
* tests:lint: remove all unneccessary-parens errors from pylintBenjamin Schubert2019-03-201-1/+1
|
* Use pycodestyle instead of pep8Javier Jardón2019-01-021-1/+1
| | | | | | | | pep8 package was renamed to pycodestyle to reduce confusion. Disabled warnings: W504 - Line break after binary operator (seems people like this) W605 - Invalid escape sequence (some of our regexes use these)
* Add support for .netrc in remote/tar/zip pluginsValentin David2018-11-291-0/+117
Fixes #723.