This commit is contained in:
8
gitignore_generator/tests/conftest.py
Normal file
8
gitignore_generator/tests/conftest.py
Normal file
@@ -0,0 +1,8 @@
|
||||
"""Configuration for tests."""
|
||||
|
||||
import sys
|
||||
from pathlib import Path
|
||||
|
||||
import pytest
|
||||
|
||||
sys.path.insert(0, str(Path(__file__).parent.parent))
|
||||
Reference in New Issue
Block a user