diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2018-06-11 15:33:11 +0200 |
---|---|---|
committer | Tiago Gomes <tiago.gomes@codethink.co.uk> | 2018-08-03 12:54:30 +0100 |
commit | 70e5d36d4af1ffa1ab8ba7af5abac69b0975de6b (patch) | |
tree | 49d6ee92d99956945b62201335bbaec89ea028c8 /tests/frontend/buildcheckout.py | |
parent | 168e1673360ad334a27025e2f1a8413b7ee34b6a (diff) | |
download | buildstream-70e5d36d4af1ffa1ab8ba7af5abac69b0975de6b.tar.gz |
Move tests.frontend.generate_junction to test.testutils
Diffstat (limited to 'tests/frontend/buildcheckout.py')
-rw-r--r-- | tests/frontend/buildcheckout.py | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/frontend/buildcheckout.py b/tests/frontend/buildcheckout.py index 1ec8f491f..b9d833f24 100644 --- a/tests/frontend/buildcheckout.py +++ b/tests/frontend/buildcheckout.py @@ -2,12 +2,12 @@ import os import tarfile import hashlib import pytest -from tests.testutils import cli, create_repo, ALL_REPO_KINDS +from tests.testutils import cli, create_repo, ALL_REPO_KINDS, generate_junction from buildstream import _yaml from buildstream._exceptions import ErrorDomain, LoadErrorReason -from . import configure_project, generate_junction +from . import configure_project # Project directory DATA_DIR = os.path.join( |