Skip to content

Commit

Permalink
tox: use pytest for collecting coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
umarcor committed Oct 8, 2021
1 parent 2a2470e commit be6bf7c
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 @@ -45,5 +45,5 @@ commands=
docs: {envpython} tools/build_docs.py {envtmpdir}/docsbuild {posargs}
acceptance: {envpython} -m pytest -v -ra tests/acceptance {posargs}
vcomponents: {envpython} vunit/vhdl/verification_components/run.py --clean
coverage: {envpython} -m coverage run --branch --source vunit/ -m unittest discover tests/
coverage: {envpython} -m coverage run --branch --source vunit/ -m pytest tests/
"""

0 comments on commit be6bf7c

Please sign in to comment.