Skip to content

Commit

Permalink
More verbose test failure for easier debugging
Browse files Browse the repository at this point in the history
  • Loading branch information
suvayu committed Oct 23, 2024
1 parent 13ccf19 commit b796495
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ dependencies = [

[tool.pytest.ini_options]
testpaths = ["test"]
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q"]
addopts = ["--import-mode=importlib", "--cov=sourcefinder", "-q", "-ra"]

[tool.black]
include = '\.pyi?$'
Expand Down

0 comments on commit b796495

Please sign in to comment.