Skip to content
This repository has been archived by the owner on May 24, 2023. It is now read-only.

Allow tox test to take posargs #103

Merged
merged 1 commit into from Jan 2, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion tox.ini
Expand Up @@ -6,7 +6,7 @@ deps =
courier_master: -e git://github.com/operator-framework/operator-courier#egg=operatorcourier
courier_released: operator-courier
.[test]
commands = pytest --cov=omps --ignore=tests/integration tests/
commands = pytest --cov=omps --ignore=tests/integration {posargs:tests/}

[coverage:report]
fail_under = 90
Expand Down