Skip to content

Commit

Permalink
update: pytest addopts
Browse files Browse the repository at this point in the history
  • Loading branch information
aMahanna committed Apr 27, 2024
1 parent 1497978 commit 2dc8fb9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -123,6 +123,8 @@ python_functions = [
addopts = [
"-s",
"-vv",
"--color=yes",
"--code-highlight=yes",
"--strict-config", # Force error if config is mispelled
"--strict-markers", # Force error if marker is mispelled (must be defined in config)
# "-ra", # Print summary of all fails/errors
Expand Down

0 comments on commit 2dc8fb9

Please sign in to comment.