diff --git a/pyproject.toml b/pyproject.toml index be88986..6872741 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -89,6 +89,8 @@ testpaths = [ "tests", "mocket", ] addopts = "--doctest-modules --cov=mocket --cov-report=xml --cov-report=term-missing --cov-append -v -x" +asyncio_default_fixture_loop_scope = "function" +asyncio_mode = "auto" [tool.ruff] src = ["mocket", "tests"]