diff --git a/pyproject.toml b/pyproject.toml index f1af60e8..8489af75 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -46,4 +46,7 @@ testpaths = [ addopts = "--strict-config --strict-markers -ra" log_cli_level = "INFO" xfail_strict = true -filterwarnings = ['error'] \ No newline at end of file +filterwarnings = ['error'] + +[tool.pytest.ini_options] +addops = ["-ra", "--strict-config", "--strict-markers"]