From b4d4c4f59c12c9b500f83d8cd4381418e1124f67 Mon Sep 17 00:00:00 2001 From: Phil Dawson Date: Wed, 16 Jan 2019 14:03:41 +0000 Subject: Expose basic api for testing external plugins. We want external plugins to be able to make use of the core testing utils. This commit exposes the basic utilities which are currently in use in bst-external plugins. If necessary, more utilities could be exposed in the future. Moves the following files from tests/testutils/ to buildstream/plugintestingutils/: o runcli.py o integration.py As part of this, this commit makes the following changes to runcli.py and integration.py: o runcli.py: Fix linting errors o runcli.py: Add user facing documentation o Integration.py: Add user facing documentation --- tests/frontend/help.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/frontend/help.py') diff --git a/tests/frontend/help.py b/tests/frontend/help.py index 331eb43c0..540a3a60f 100644 --- a/tests/frontend/help.py +++ b/tests/frontend/help.py @@ -1,5 +1,5 @@ import pytest -from tests.testutils.runcli import cli +from buildstream.plugintestutils.runcli import cli def assert_help(cli_output): -- cgit v1.2.1