Skip to content

Commit a8f965d

Browse files
Add some pytest default flags
1 parent 74ff9e0 commit a8f965d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

pyproject.toml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -40,3 +40,6 @@ exclude = ["tests/*"]
4040
[[tool.mypy.overrides]]
4141
module = ["colorama.*", "deepdiff"]
4242
ignore_missing_imports = true
43+
44+
[tool.pytest.ini_options]
45+
addopts = "--exitfirst --verbose --durations=0 --no-header"

0 commit comments

Comments
 (0)