Commit 04aca284 authored by Phil Dawson's avatar Phil Dawson
Browse files

fixup! Expose basic api for testing external plugins.

parent 2c2e69ae
Loading
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -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",
+1 −0
Original line number Diff line number Diff line
@@ -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")