clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim 87f0b090ef
All checks were successful
checks-impure / test (pull_request) Successful in 9s
checks / test (pull_request) Successful in 1m24s
cli: rename clan_flake to test_flake
2023-09-15 12:36:16 +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",
"root",
"age_keys",
"sshd",
"command",
"ports",
"host_group",
"test_flake",
]