add clan_flake fixture to setup a temporary clan

This commit is contained in:
Jörg Thalheim
2023-07-28 12:48:59 +02:00
parent 88a2c2656a
commit 29c711db30
2 changed files with 18 additions and 1 deletions

View File

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