clan-core/pkgs/clan-cli/tests/conftest.py

15 lines
219 B
Python
Raw Normal View History

import os
2023-07-28 10:12:37 +00:00
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
2023-08-09 14:38:08 +00:00
pytest_plugins = [
"temporary_dir",
"clan_flake",
"root",
"age_keys",
"sshd",
"command",
"ports",
]