Skip to content
Snippets Groups Projects
Commit 04aca284 authored by Phil Dawson's avatar Phil Dawson
Browse files

fixup! Expose basic api for testing external plugins.

parent 2c2e69ae
No related branches found
No related tags found
No related merge requests found
Pipeline #43546107 failed
......@@ -8,8 +8,6 @@ from buildstream.plugintestutils import cli
from tests.testutils import create_artifact_share
DATA_DIR = os.path.join(
os.path.dirname(os.path.realpath(__file__)),
"junctions",
......
......@@ -4,6 +4,7 @@ from buildstream import _yaml
from tests.testutils import create_repo
def prepare_junction_project(cli, tmpdir):
main_project = tmpdir.join("main")
sub_project = tmpdir.join("sub")
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment