# pytest.ini or .pytest.ini [pytest] minversion = 8.0 addopts = -ra -q --durations=5 pythonpath = app/src testpaths = app/tests asyncio_default_fixture_loop_scope = function asyncio_mode = strict