Skip to content

Commit 5b25f08

Browse files
authored
fix #8: add __init__.py to backend/tests to mark it as a Python package for pytest
1 parent e3d6ef1 commit 5b25f08

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

backend/tests/__init__.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
# Fix #8: This file marks backend/tests as a Python package
2+
# Required for pytest to correctly discover and import tests
3+
# without needing to set PYTHONPATH manually

0 commit comments

Comments
 (0)