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.
This commit is contained in:
committed by
madelinevibes
parent
6088a0e49a
commit
04afdc478d
0
tests/__init__.py
Normal file
0
tests/__init__.py
Normal file
2
tests/pytest.ini
Normal file
2
tests/pytest.ini
Normal file
@@ -0,0 +1,2 @@
|
||||
[pytest]
|
||||
pythonpath = .
|
||||
Reference in New Issue
Block a user