move test_ssh_remote to remote_test
This commit is contained in:
@@ -1,3 +1,6 @@
|
||||
pytest_plugins = [
|
||||
"clan_cli.tests.fixtures_flakes",
|
||||
"clan_cli.tests.hosts",
|
||||
"clan_cli.tests.sshd",
|
||||
"clan_cli.tests.runtime",
|
||||
]
|
||||
|
||||
@@ -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
|
||||
Reference in New Issue
Block a user