summaryrefslogtreecommitdiff
path: root/tests/external_plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* tests:lint: fix all redefined-outer-name errorsBenjamin Schubert2019-03-201-6/+6
|
* tests/external_plugins.py: remove unused importsBenjamin Schubert2019-03-201-2/+0
|
* tests:lint: don't use mutable default variablesBenjamin Schubert2019-03-201-1/+4
|
* tests:lint: fix all ungrouped importsBenjamin Schubert2019-03-201-3/+1
|
* tests:lint: reorder imports for consistencyBenjamin Schubert2019-03-201-1/+2
| | | | | - Remove all wrong-import-order from pylint - Order some subgroups of imports
* Allow testing of external plugins via toxphil/external-plugin-testingPhil Dawson2019-03-081-0/+93