clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim d8c2df2e72
All checks were successful
build / test (pull_request) Successful in 24s
add test for import-sops command
2023-08-08 16:28:38 +02:00

7 lines
148 B
Python

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