clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim 33b43ae146
All checks were successful
build / test (pull_request) Successful in 15s
add tests for machines api
2023-08-24 19:16:44 +02:00

17 lines
248 B
Python

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