add initial pytest test for Configuration

This commit is contained in:
Sarah Hoffmann
2021-01-15 14:42:03 +01:00
parent c077050855
commit eb3b789855
2 changed files with 62 additions and 0 deletions

6
test/python/conftest.py Normal file
View File

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