Files
jigaido/pytest.ini
shokollm 235a89653f 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
2026-04-09 10:15:27 +00:00

5 lines
88 B
INI

[pytest]
testpaths = tests
pythonpath = .
asyncio_default_fixture_loop_scope = function