summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author“Fernando <diazjf@us.ibm.com>2015-11-10 00:09:58 -0600
committer“Fernando <diazjf@us.ibm.com>2015-11-10 00:13:03 -0600
commit37bd68c4ac010626e501e4d1942b321967af69e4 (patch)
tree9893d80d3fd5f8efa12227493c2cd1e1abeaafa4
parentbf187bad982056d4dbc9b534a5a46807902853f3 (diff)
downloadpython-barbicanclient-37bd68c4ac010626e501e4d1942b321967af69e4.tar.gz
Allow tox to be able to run independent functional tests
Allows tox to be able to run all functional tests in a Class as well as a single functional test. Also runs the tests in verbose mode, as is done in the gate. Change-Id: I1fba43aa8c577c81da07522f84cddc36fd7807e1 Closes-Bug: #1514699
-rw-r--r--tox.ini2
1 files changed, 1 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0243161..d5bf2f9 100644
--- a/tox.ini
+++ b/tox.ini
@@ -32,7 +32,7 @@ commands = python setup.py build_sphinx
# Note: This requires local running instances of Barbican
deps =
{[testenv]deps}
-commands = nosetests {toxinidir}/functionaltests --match='{posargs}'
+commands = nosetests {toxinidir}/functionaltests/{posargs} -v
[tox:jenkins]
downloadcache = ~/cache/pip