diff options
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 = [ |