open-redirect/api/pytest.ini

9 lines
162 B
INI
Raw Permalink Normal View History

2024-12-13 23:27:18 +01:00
[pytest]
minversion = 6.0
addopts = -ra -q
pythonpath = src
testpaths = tests
python_files = *.py
asyncio_mode=auto
asyncio_default_fixture_loop_scope="function"