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:
Lakshya Singh
2025-05-07 11:41:29 +05:30
committed by madelinevibes
parent 6088a0e49a
commit 04afdc478d
2 changed files with 2 additions and 0 deletions

0
tests/__init__.py Normal file
View File

2
tests/pytest.ini Normal file
View File

@@ -0,0 +1,2 @@
[pytest]
pythonpath = .