diff options
author | Phil Dawson <phildawson.0807@gmail.com> | 2019-02-08 16:28:05 +0000 |
---|---|---|
committer | Phil Dawson <phildawson.0807@gmail.com> | 2019-02-08 16:28:05 +0000 |
commit | 77ce0c1607d060eda098779228d5b0ab62ec04ef (patch) | |
tree | ff2b7c958ba18ab3a018d1917a7b9369bc82b8a9 /tests/testutils/__init__.py | |
parent | e61f471376d6d3ef2691abf3eee75d30999e7f05 (diff) | |
parent | b4d4c4f59c12c9b500f83d8cd4381418e1124f67 (diff) | |
download | buildstream-77ce0c1607d060eda098779228d5b0ab62ec04ef.tar.gz |
Merge branch 'phil/plugin-testing-api' into 'master'
Expose basic api for testing external plugins.
Closes #847
See merge request BuildStream/buildstream!1075
Diffstat (limited to 'tests/testutils/__init__.py')
-rw-r--r-- | tests/testutils/__init__.py | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/testutils/__init__.py b/tests/testutils/__init__.py index eb7211ea8..173cc7c3e 100644 --- a/tests/testutils/__init__.py +++ b/tests/testutils/__init__.py @@ -23,7 +23,6 @@ # William Salmon <will.salmon@codethink.co.uk> # -from .runcli import cli, cli_integration from .repo import create_repo, ALL_REPO_KINDS from .artifactshare import create_artifact_share from .element_generators import create_element_size, update_element_size |