write test for get_clan_flake_toplevel

This commit is contained in:
Jörg Thalheim
2023-07-28 12:12:37 +02:00
committed by Mic92
parent df6e94b20e
commit 5e5fbfcf06
4 changed files with 38 additions and 8 deletions

View File

@@ -1,2 +1,6 @@
import os
sys.path.append(os.path.join(os.path.dirname(__file__), 'helpers'))
import sys
sys.path.append(os.path.join(os.path.dirname(__file__), "helpers"))
pytest_plugins = ["temporary_dir"]