Skip to content

Commit 6142187

Browse files
committed
Add pytest to pyproject
1 parent 3055890 commit 6142187

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

pyproject.toml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ force_grid_wrap = "0"
6161
use_parentheses = true
6262
line_length = "79"
6363

64+
[tool.pytest.ini_options]
65+
minversion = "6"
66+
addopts = ["-ra", "--showlocals", "--strict-markers", "--strict-config"]
67+
xfail_strict = true
68+
filterwarnings = ["error"]
69+
log_cli_level = "info"
70+
testpaths = ["tests"]
71+
6472
[tool.mypy]
6573
python_version = "3.10"
6674
check_untyped_defs = true

0 commit comments

Comments
 (0)