clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim a17baa4861
All checks were successful
build / test (pull_request) Successful in 28s
add test for remote ssh commands
2023-08-10 11:05:05 +02:00

15 lines
219 B
Python

import os
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
pytest_plugins = [
"temporary_dir",
"clan_flake",
"root",
"age_keys",
"sshd",
"command",
"ports",
]