clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim d977499ffe
All checks were successful
build / test (pull_request) Successful in 25s
rename cli tests to have a common suffix
rename test_import_sops -> test_import_sops
2023-08-09 15:54:27 +02:00

7 lines
160 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"]