Skip to content

Commit 53aa811

Browse files
committed
feat: add pytest config
Add pytest.ini with pythonpath = . configuration to ensure modules are properly discovered when running tests. Also add empty __init__.py file to make the tests directory a proper Python package.
1 parent e492c78 commit 53aa811

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

tests/__init__.py

Whitespace-only changes.

tests/pytest.ini

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
[pytest]
2+
pythonpath = .

0 commit comments

Comments
 (0)