diff --git a/pyproject.toml b/pyproject.toml index 006e021..9f450a5 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -49,7 +49,10 @@ dev = [ ] [tool.pytest.ini_options] -addopts = "-v --doctest-modules --ignore=benchmark --doctest-glob=README.md" +addopts = ["-v", "-ra", "--strict-config", "--strict-markers", "--doctest-modules", "--ignore=benchmark", "--doctest-glob=README.md"] +filterwarnings = ["error"] +log_level = "INFO" +xfail_strict = true [tool.ruff] line-length = 99