Skip to content

Commit

Permalink
Update pyproject.toml - update pytest config for more info printed to…
Browse files Browse the repository at this point in the history
… terminal
  • Loading branch information
GenevieveBuckley authored Oct 4, 2023
1 parent fa08a7e commit 79b0605
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 @@ -3,7 +3,7 @@ requires = ["setuptools>=42.0.0", "wheel"]
build-backend = "setuptools.build_meta"

[tool.pytest.ini_options]
addopts = "--cov=micro_sam --cov-report xml:coverage.xml"
addopts = "-v --cov=micro_sam --cov-report xml:coverage.xml --cov-report term"

[tool.black]
line-length = 79
Expand Down

0 comments on commit 79b0605

Please sign in to comment.