clan-core/pkgs/clan-cli/tests/conftest.py
Jörg Thalheim 29c711db30
All checks were successful
build / test (push) Successful in 12s
add clan_flake fixture to setup a temporary clan
2023-07-28 12:54:49 +02:00

7 lines
140 B
Python

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