clan-cli: Replace HostGroup and MachineGroup with generic AsyncRuntime class. Propagate cmd prefix over thread local. Close threads on CTRL+C
This commit is contained in:
7
pkgs/clan-cli/tests/runtime.py
Normal file
7
pkgs/clan-cli/tests/runtime.py
Normal file
@@ -0,0 +1,7 @@
|
||||
import pytest
|
||||
from clan_cli.async_run import AsyncRuntime
|
||||
|
||||
|
||||
@pytest.fixture
|
||||
def runtime() -> AsyncRuntime:
|
||||
return AsyncRuntime()
|
||||
Reference in New Issue
Block a user