Add ability to pass posargs to pytest run in tox.ini (#2173)

This commit is contained in:
Kaleb Barrett 2021-05-01 13:47:59 -05:00 committed by GitHub
parent b39999da7f
commit 00491e1dcb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -9,7 +9,7 @@ deps =
commands =
pip install -e .[d,python2]
coverage erase
coverage run -m pytest tests
coverage run -m pytest tests {posargs}
coverage report
[testenv:fuzz]