Add test folder
This commit is contained in:
parent
a3d440ad75
commit
bf82306cf0
|
@ -0,0 +1,6 @@
|
||||||
|
import sys
|
||||||
|
from pathlib import Path
|
||||||
|
|
||||||
|
# Add source to PATH such that imports within src modules are properly resolved.
|
||||||
|
SRC_PATH = str(Path(__file__).parent / '..' / 'src')
|
||||||
|
sys.path.insert(0, SRC_PATH)
|
Loading…
Reference in New Issue