summaryrefslogtreecommitdiff
path: root/tests/examples/developing.py
diff options
context:
space:
mode:
authorPhil Dawson <phil.dawson@codethink.co.uk>2019-04-15 11:02:33 +0100
committerPhil Dawson <phil.dawson@codethink.co.uk>2019-04-16 14:25:40 +0100
commit97bbedbef15fc9edea5b04f66a30ec788da7f130 (patch)
tree109707eaf268fbf104e3ec2cdad337f2fde81c3d /tests/examples/developing.py
parent9d7d803bbefed364ad58b4b5b5305f4e210bb5e1 (diff)
downloadbuildstream-97bbedbef15fc9edea5b04f66a30ec788da7f130.tar.gz
plugintestutils: Rename 'plugintestutils' package to 'testing'phil/rename-plugintestutils
- Rename plugintestutils to testing. - Don't run the tests from bst-plugins-template. This imports buildstream.plugintestutils so will have to be disabled to get through CI. This can be re nabled once bst-plugins-template has been patched.
Diffstat (limited to 'tests/examples/developing.py')
-rw-r--r--tests/examples/developing.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/examples/developing.py b/tests/examples/developing.py
index 5c8c4a8ea..6e17a7bc1 100644
--- a/tests/examples/developing.py
+++ b/tests/examples/developing.py
@@ -4,8 +4,8 @@
import os
import pytest
-from buildstream.plugintestutils import cli_integration as cli # pylint: disable=unused-import
-from buildstream.plugintestutils.integration import assert_contains
+from buildstream.testing import cli_integration as cli # pylint: disable=unused-import
+from buildstream.testing.integration import assert_contains
import tests.testutils.patch as patch
from tests.testutils.site import HAVE_BWRAP, IS_LINUX, MACHINE_ARCH