Added tox.ini posargs option, you can pass arguments to unit tests

https://stackoverflow.com/questions/35697353/how-to-run-only-one-test-in-tox
This commit is contained in:
evandrocoan 2018-12-22 15:57:32 -02:00
parent 4cba8f87ae
commit 8b77c89ff2
1 changed files with 1 additions and 1 deletions

View File

@ -21,4 +21,4 @@ recreate=True
commands=
git submodule sync -q
git submodule update --init
python -m tests
python -m tests {posargs}