Skip to content
Snippets Groups Projects
Commit 74e881d3 authored by Robert Latta's avatar Robert Latta
Browse files

Included arguments to pytest execution to allow checking individual files

parent ae298a95
No related branches found
No related tags found
No related merge requests found
......@@ -10,7 +10,7 @@ deps =
commands =
coverage erase
coverage run --source inventory_provider -m py.test
coverage run --source inventory_provider -m py.test {posargs}
coverage xml
coverage html
coverage report --fail-under 75
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment