summaryrefslogtreecommitdiff
path: root/tests/external_plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutilsPhil Dawson2019-04-161-7/+1
| | | | | | | | | - Rename plugintestutils to testing. - Don't run the tests from bst-plugins-template. This imports buildstream.plugintestutils so will have to be disabled to get through CI. This can be re nabled once bst-plugins-template has been patched.
* 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