diff options
author | Eddy Pedroni <epedroni@pm.me> | 2025-02-23 09:06:33 +0100 |
---|---|---|
committer | Eddy Pedroni <epedroni@pm.me> | 2025-02-23 09:06:33 +0100 |
commit | 7c0c69431a1ba4939e739a5429c03c067bf6e1dd (patch) | |
tree | 19f5fd0830d3e18928bfac3ef16be17eddc76b1f /solo-tool-project/test/solo_tool_controller_integrationtest.py | |
parent | bef8eee0f63cc5ccb963be9467381e4e605e7f53 (diff) |
Pass launchpad mini tests
Diffstat (limited to 'solo-tool-project/test/solo_tool_controller_integrationtest.py')
-rw-r--r-- | solo-tool-project/test/solo_tool_controller_integrationtest.py | 4 |
1 files changed, 2 insertions, 2 deletions
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 = [ |