Phil Dawson pushed to branch phil/plugin-testing-api at BuildStream / buildstream
Commits:
-
04aca284
by Phil Dawson at 2019-01-16T10:24:48Z
2 changed files:
Changes:
... | ... | @@ -8,8 +8,6 @@ from buildstream.plugintestutils import cli |
8 | 8 |
from tests.testutils import create_artifact_share
|
9 | 9 |
|
10 | 10 |
|
11 |
- |
|
12 |
- |
|
13 | 11 |
DATA_DIR = os.path.join(
|
14 | 12 |
os.path.dirname(os.path.realpath(__file__)),
|
15 | 13 |
"junctions",
|
... | ... | @@ -4,6 +4,7 @@ from buildstream import _yaml |
4 | 4 |
|
5 | 5 |
from tests.testutils import create_repo
|
6 | 6 |
|
7 |
+ |
|
7 | 8 |
def prepare_junction_project(cli, tmpdir):
|
8 | 9 |
main_project = tmpdir.join("main")
|
9 | 10 |
sub_project = tmpdir.join("sub")
|