We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 21d3325 commit 5c746ffCopy full SHA for 5c746ff
tests/conftest.py
@@ -0,0 +1,7 @@
1
+import sys
2
+import os
3
+
4
+# Append project root directory to sys.path to import modules from src
5
+sys.path.insert(0, os.path.abspath(
6
+ os.path.join(os.path.dirname(__file__), '..')
7
+))
0 commit comments