Skip to content

Commit

Permalink
Show all the failures
Browse files Browse the repository at this point in the history
Don't stop after the first 10.
  • Loading branch information
EliahKagan committed Sep 25, 2023
1 parent bd3307a commit 680d795
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 @@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
[tool.pytest.ini_options]
python_files = 'test_*.py'
testpaths = 'test' # space separated list of paths from root e.g test tests doc/testing
addopts = '--cov=git --cov-report=term --maxfail=10 --force-sugar --disable-warnings'
addopts = '--cov=git --cov-report=term --force-sugar --disable-warnings'
filterwarnings = 'ignore::DeprecationWarning'
# --cov coverage
# --cov-report term # send report to terminal term-missing -> terminal with line numbers html xml
Expand Down

0 comments on commit 680d795

Please sign in to comment.