From 04aca284526f3bcfb0113049bb085583f6c54071 Mon Sep 17 00:00:00 2001 From: Phil Dawson <phil.dawson@codethink.co.uk> Date: Wed, 16 Jan 2019 10:24:48 +0000 Subject: [PATCH] fixup! Expose basic api for testing external plugins. --- tests/artifactcache/junctions.py | 2 -- tests/frontend/cross_junction_workspace.py | 1 + 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/tests/artifactcache/junctions.py b/tests/artifactcache/junctions.py index 0fc170225e..1a4b8d0f1f 100644 --- a/tests/artifactcache/junctions.py +++ b/tests/artifactcache/junctions.py @@ -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", diff --git a/tests/frontend/cross_junction_workspace.py b/tests/frontend/cross_junction_workspace.py index 2f6901d86b..837a09f8ac 100644 --- a/tests/frontend/cross_junction_workspace.py +++ b/tests/frontend/cross_junction_workspace.py @@ -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") -- GitLab