Skip to content

Commit 8979fd2

Browse files
committed
ci: fix packaging structure for tests
1 parent ce8da95 commit 8979fd2

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

__init__.py

Whitespace-only changes.

tests/conftest.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
import os
2+
import sys
3+
4+
sys.path.insert(0, os.path.abspath(os.path.join(os.path.dirname(__file__), '..')))

0 commit comments

Comments
 (0)