From 7c0c69431a1ba4939e739a5429c03c067bf6e1dd Mon Sep 17 00:00:00 2001 From: Eddy Pedroni Date: Sun, 23 Feb 2025 09:06:33 +0100 Subject: Pass launchpad mini tests --- solo-tool-project/test/solo_tool_controller_integrationtest.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'solo-tool-project/test/solo_tool_controller_integrationtest.py') diff --git a/solo-tool-project/test/solo_tool_controller_integrationtest.py b/solo-tool-project/test/solo_tool_controller_integrationtest.py index e39e5f9..8eb09f9 100644 --- a/solo-tool-project/test/solo_tool_controller_integrationtest.py +++ b/solo-tool-project/test/solo_tool_controller_integrationtest.py @@ -2,11 +2,11 @@ import pathlib import shutil import pytest -pytestmark = pytest.mark.skip(reason="not yet implemented") - from solo_tool.solo_tool_controller import SoloToolController from solo_tool.solo_tool import SoloTool +pytestmark = pytest.mark.skip(reason="not yet implemented") + @pytest.fixture def prepared_tmp_path(tmp_path): testFiles = [ -- cgit v1.2.3