add test for import-sops command

This commit is contained in:
Jörg Thalheim
2023-08-08 16:28:38 +02:00
parent 1d1452ddd5
commit d8c2df2e72
5 changed files with 69 additions and 11 deletions

View File

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