Skip to content

Commit

Permalink
tox.ini: Use pytest-instafail
Browse files Browse the repository at this point in the history
  • Loading branch information
jayvdb committed Apr 21, 2020
1 parent b25084a commit 94fea04
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -12,10 +12,11 @@ deps =
!py27: git+https://github.com/google/sre_yield
pytest
pytest-cov
pytest-instafail
unittest-expander
!py34: lxml
# Indirect deps via https_everywhere_checker
tldextract
regex
commands =
pytest --cov=https_everywhere --cov-report=term-missing:skip-covered -rs --maxfail=15 {posargs:--cov-fail-under={env:COV_FAIL_UNDER:95}}
pytest --cov=https_everywhere --cov-report=term-missing:skip-covered -rs --instafail --maxfail=15 {posargs:--cov-fail-under={env:COV_FAIL_UNDER:95}}

0 comments on commit 94fea04

Please sign in to comment.