Files
gitignore-generator/gitignore_generator/tests/conftest.py
7000pctAUTO 68878bb4b7
Some checks failed
CI / test (push) Has been cancelled
Add test configuration and unit tests
2026-02-02 15:57:36 +00:00

9 lines
138 B
Python

"""Configuration for tests."""
import sys
from pathlib import Path
import pytest
sys.path.insert(0, str(Path(__file__).parent.parent))