add test for remote ssh commands

This commit is contained in:
Jörg Thalheim
2023-08-09 16:38:08 +02:00
parent f8f9cd457a
commit a17baa4861
8 changed files with 356 additions and 4 deletions

View File

@@ -6,7 +6,7 @@ TEST_ROOT = Path(__file__).parent.resolve()
PROJECT_ROOT = TEST_ROOT.parent
@pytest.fixture
@pytest.fixture(scope="session")
def project_root() -> Path:
"""
Root directory of the tests
@@ -14,7 +14,7 @@ def project_root() -> Path:
return PROJECT_ROOT
@pytest.fixture
@pytest.fixture(scope="session")
def test_root() -> Path:
"""
Root directory of the tests