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/frontend/overlaps.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/frontend/overlaps.py')
-rw-r--r-- | tests/frontend/overlaps.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/frontend/overlaps.py b/tests/frontend/overlaps.py index 27be8deac..22365e442 100644 --- a/tests/frontend/overlaps.py +++ b/tests/frontend/overlaps.py @@ -1,6 +1,6 @@ import os import pytest -from tests.testutils.runcli import cli +from buildstream.plugintestutils.runcli import cli from buildstream._exceptions import ErrorDomain from buildstream import _yaml from buildstream.plugin import CoreWarnings |