Skip to content

Commit

Permalink
tests
Browse files Browse the repository at this point in the history
  • Loading branch information
blaylockbk committed Jan 14, 2025
1 parent f40bd4b commit e48b169
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,8 @@ profile = "black"

[tool.pytest.ini_options]
minversion = "2.0"
addopts = "-rsfEX -p pytester --strict-markers --verbosity=3 --cov=herbie"
#addopts = "-rsfEX -p pytester --strict-markers --verbosity=3 --cov=herbie"
addopts = "-rsfEX -p pytester --strict-markers --verbosity=3"
log_level = "DEBUG"
testpaths = ["tests"]
xfail_strict = true
Expand Down
File renamed without changes.

0 comments on commit e48b169

Please sign in to comment.