Files
Nominatim/test/python/conftest.py
2021-01-15 14:42:03 +01:00

7 lines
144 B
Python

import sys
from pathlib import Path
# always test against the source
sys.path.insert(0, str((Path(__file__) / '..' / '..' / '..').resolve()))