[tool.pytest.ini_options] asyncio_mode = "auto" testpaths = ["backend/tests"] python_files = "test_*.py" python_classes = "Test*" python_functions = "test_*" asyncio_default_fixture_loop_scope = "function"