summaryrefslogtreecommitdiff
path: root/tests/examples/autotools.py
diff options
context:
space:
mode:
authorPhil Dawson <phildawson.0807@gmail.com>2019-02-08 16:28:05 +0000
committerPhil Dawson <phildawson.0807@gmail.com>2019-02-08 16:28:05 +0000
commit77ce0c1607d060eda098779228d5b0ab62ec04ef (patch)
treeff2b7c958ba18ab3a018d1917a7b9369bc82b8a9 /tests/examples/autotools.py
parente61f471376d6d3ef2691abf3eee75d30999e7f05 (diff)
parentb4d4c4f59c12c9b500f83d8cd4381418e1124f67 (diff)
downloadbuildstream-77ce0c1607d060eda098779228d5b0ab62ec04ef.tar.gz
Merge branch 'phil/plugin-testing-api' into 'master'
Expose basic api for testing external plugins. Closes #847 See merge request BuildStream/buildstream!1075
Diffstat (limited to 'tests/examples/autotools.py')
-rw-r--r--tests/examples/autotools.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/autotools.py b/tests/examples/autotools.py
index 30f50768b..96827ff4c 100644
--- a/tests/examples/autotools.py
+++ b/tests/examples/autotools.py
@@ -1,8 +1,8 @@
import os
import pytest
-from tests.testutils import cli_integration as cli
-from tests.testutils.integration import assert_contains
+from buildstream.plugintestutils import cli_integration as cli
+from buildstream.plugintestutils.integration import assert_contains
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH
pytestmark = pytest.mark.integration