read partition and languages from config file

This commit is contained in:
Sarah Hoffmann
2021-09-01 23:51:53 +02:00
parent 78fcabade8
commit 79da96b369
6 changed files with 110 additions and 10 deletions

View File

@@ -5,7 +5,7 @@ from pathlib import Path
import psycopg2
import pytest
SRC_DIR = Path(__file__) / '..' / '..' / '..'
SRC_DIR = (Path(__file__) / '..' / '..' / '..').resolve()
# always test against the source
sys.path.insert(0, str(SRC_DIR.resolve()))