From 92d7a3a5631ea0072a153de8182e512368ff48c3 Mon Sep 17 00:00:00 2001 From: "daeseong.kim" Date: Thu, 14 Dec 2017 16:34:39 +0900 Subject: [PATCH] fix(tox): add {posargs} in tox command This PS can help the developer run just one unittest. like below. tox -e py35 armada/tests/unit/api/test_api.py::TestAPI::test_armada_apply Change-Id: I846c52bb4f3b133942f7c201f750dc15607f93ea --- tox.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tox.ini b/tox.ini index c03c47f3..a7593871 100644 --- a/tox.ini +++ b/tox.ini @@ -14,7 +14,7 @@ install_command = pip install {opts} {packages} commands = find . -type f -name "*.pyc" -delete python -V - py.test -vvv -s --ignore=hapi + py.test -vvv -s --ignore=hapi {posargs} [testenv:docs] commands =