]> git.openstreetmap.org Git - nominatim.git/blob - test/python/conftest.py
Merge pull request #2139 from lonvia/add-pytest
[nominatim.git] / test / python / conftest.py
1 import sys
2 from pathlib import Path
3
4 # always test against the source
5 sys.path.insert(0, str((Path(__file__) / '..' / '..' / '..').resolve()))
6