summaryrefslogtreecommitdiff
path: root/buildstream/plugintestutils/__init__.py
diff options
context:
space:
mode:
Diffstat (limited to 'buildstream/plugintestutils/__init__.py')
-rw-r--r--buildstream/plugintestutils/__init__.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildstream/plugintestutils/__init__.py b/buildstream/plugintestutils/__init__.py
index c7238a29c..9ec18df19 100644
--- a/buildstream/plugintestutils/__init__.py
+++ b/buildstream/plugintestutils/__init__.py
@@ -16,7 +16,7 @@
# License along with this library. If not, see <http://www.gnu.org/licenses/>.
-from .runcli import cli, cli_integration
+from .runcli import cli, cli_integration, cli_remote_execution
# To make use of these test utilities it is necessary to have pytest
# available. However, we don't want to have a hard dependency on