no-more-imports/tests/conftest.py

7 lines
133 B
Python

from pathlib import Path
import no_more_imports
__all__ = ["no_more_imports"]
DATA_DIR = Path(__file__).resolve().parent / "data"