Skip to content

Commit 2532369

Browse files
author
Tania Mathern
committed
fix: Tests split
1 parent 97ad51c commit 2532369

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

tests/conftest.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
import sys
2+
import os
3+
4+
# Add tests directory to sys.path so that bare imports like
5+
# `from test_common import ...` work with both pytest and unittest discover.
6+
sys.path.insert(0, os.path.dirname(__file__))

0 commit comments

Comments
 (0)