We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent de756a2 commit e457d3aCopy full SHA for e457d3a
1 file changed
tests/tests_transfers/test_ssh_setup.py
@@ -5,7 +5,7 @@
5
import pytest
6
import ssh_test_utils
7
import test_utils
8
-from base import BaseTest
+from base_transfer import BaseTransfer
9
10
from datashuttle.utils import ssh
11
@@ -16,7 +16,7 @@
16
platform.system == "Darwin", reason="Docker set up is not robust on macOS."
17
)
18
@pytest.mark.skipif(not TEST_SSH, reason="TEST_SSH is false")
19
-class TestSSH(BaseTest):
+class TestSSH(BaseTransfer):
20
21
@pytest.fixture(scope="function")
22
def project(test, tmp_path, setup_ssh_container):
0 commit comments