Files
clan-core/pkgs/clan-cli/tests/conftest.py
2023-07-28 10:22:25 +00:00

7 lines
126 B
Python

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