Skip to content

Commit c45efc6

Browse files
author
andrepsousa
committed
test: add conftest to ensure src is importable in CI
1 parent 492647b commit c45efc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@
33

44
PROJECT_ROOT = os.path.abspath(os.path.join(os.path.dirname(_file_), ".."))
55
if PROJECT_ROOT not in sys.path:
6-
sys.path.insert(0, PROJECT_ROOT)
6+
sys.path.insert(0, PROJECT_ROOT)

0 commit comments

Comments
 (0)