open-redirect/api/pytest.ini
2024-12-13 23:27:37 +01:00

9 lines
162 B
INI

[pytest]
minversion = 6.0
addopts = -ra -q
pythonpath = src
testpaths = tests
python_files = *.py
asyncio_mode=auto
asyncio_default_fixture_loop_scope="function"