summaryrefslogtreecommitdiff
path: root/tests/external_plugins.py
Commit message (Collapse)AuthorAgeFilesLines
* tox.ini: Remove external plugins testsBenjamin Schubert2020-01-131-84/+0
| | | | | These tests don't do anything, as they have no plugins registered at all.
* tests: Use pytest.raise() instead of checking for return codeBenjamin Schubert2019-12-021-2/+3
| | | | | | This gives a potentially more explicit understanding of what went wrong, and pytest can give better information about that exception than just us asserting the return code.
* Reformat code using BlackChandan Singh2019-11-141-9/+5
| | | | | | | As discussed over the mailing list, reformat code using Black. This is a one-off change to reformat all our codebase. Moving forward, we shouldn't expect such blanket reformats. Rather, we expect each change to already comply with the Black formatting style.
* 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