test: add pytest.ini for easier test running

- Set testpaths = tests
- Set pythonpath = . (no need for PYTHONPATH=. prefix)
- Set asyncio_default_fixture_loop_scope = function
This commit is contained in:
shokollm
2026-04-09 10:15:27 +00:00
parent 2158f71fd0
commit 235a89653f

4
pytest.ini Normal file
View File

@@ -0,0 +1,4 @@
[pytest]
testpaths = tests
pythonpath = .
asyncio_default_fixture_loop_scope = function