summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2015-11-02 14:00:17 +0000
committerGerrit Code Review <review@openstack.org>2015-11-02 14:00:17 +0000
commit785ced37ae54631cedcc6fdc8aa3cb009d09e2d2 (patch)
treebdb125c5087b215df55f36f9e0a6c80e8e4f060c /tox.ini
parentc0975934c098cb8600ee1e782155a076f834be5a (diff)
parent8a4cd7916b86ae5c4b3948af1d3d5a8cd599ee4b (diff)
downloadpython-glanceclient-785ced37ae54631cedcc6fdc8aa3cb009d09e2d2.tar.gz
Merge "Add documentation for running the functional tests"
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini2
1 files changed, 2 insertions, 0 deletions
diff --git a/tox.ini b/tox.ini
index 718cb4d..3390f7f 100644
--- a/tox.ini
+++ b/tox.ini
@@ -22,6 +22,8 @@ commands = flake8
commands = {posargs}
[testenv:functional]
+# See glanceclient/tests/functional/README.rst
+# for information on running the functional tests.
setenv =
OS_TEST_PATH = ./glanceclient/tests/functional