Skip to content

Commit

Permalink
Run BDD tests with coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
bittner committed Oct 3, 2024
1 parent 06e6574 commit 1e30b0c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ deps =
pytest
commands =
coverage run -m pytest {posargs}
coverage run -a tests/manage.py behave --tags=~@failing --tags=~@requires-live-http --simple {posargs}
coverage run -a tests/manage.py behave --tags=~@failing {posargs}
coverage xml
coverage report
python tests/manage.py behave --tags=~@failing --tags=~@requires-live-http --simple {posargs}
python tests/manage.py behave --tags=~@failing {posargs}

[testenv:clean]
description = Remove Python bytecode and other debris
Expand Down

0 comments on commit 1e30b0c

Please sign in to comment.