Skip to content

Commit

Permalink
improve tox.ini
Browse files Browse the repository at this point in the history
  • Loading branch information
akcelero committed Nov 20, 2023
1 parent a2f1e5b commit e02460c
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions tox.ini
Original file line number Diff line number Diff line change
@@ -1,14 +1,12 @@
[pytest]
addopts = --maxfail=5 -rf
addopts = --maxfail=2 -rf
console_output_style = progress
minversion = 7.0.0
testpaths = tests/

[coverage:report]
show_missing = True
skip_covered = True

# SKIPPED ADDITIONAL MANAGEMENT COMMAND
exclude_lines =
def __str__
pragma: no cover

0 comments on commit e02460c

Please sign in to comment.