move test_ssh_remote to remote_test

This commit is contained in:
Jörg Thalheim
2025-05-27 18:11:46 +02:00
parent ddab4b5b94
commit 1688972bce
2 changed files with 4 additions and 0 deletions

View File

@@ -1,3 +1,6 @@
pytest_plugins = [
"clan_cli.tests.fixtures_flakes",
"clan_cli.tests.hosts",
"clan_cli.tests.sshd",
"clan_cli.tests.runtime",
]

View File

@@ -5,6 +5,7 @@ from typing import Any, NamedTuple
import pytest
from clan_cli.ssh.host_key import HostKeyCheck
from clan_lib.async_run import AsyncRuntime
from clan_lib.cmd import ClanCmdTimeoutError, Log, RunOpts
from clan_lib.errors import ClanError, CmdOut