From 85e2257fa1dded6033a1d54718eb7b96388b3d1b Mon Sep 17 00:00:00 2001 From: Oksana Shadura Date: Thu, 30 Nov 2023 17:28:24 +0100 Subject: [PATCH] Fix PP308: Specifies useful pytest summary --- pyproject.toml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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"]