Skip to content

Commit 336238e

Browse files
Update pytest config (#62)
1 parent 672c0dd commit 336238e

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

pyproject.toml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -75,6 +75,13 @@ ignore = [
7575
"T201", # `print` found
7676
]
7777

78+
[tool.pytest.ini_options]
79+
minversion = "8.0"
80+
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
81+
xfail_strict = true
82+
filterwarnings = ["error"]
83+
log_cli_level = "info"
84+
7885
[tool.setuptools.packages.find]
7986
include = ["devstats*"]
8087

0 commit comments

Comments
 (0)