summaryrefslogtreecommitdiff
path: root/tox.ini
diff options
context:
space:
mode:
authorPaul Glass <paul.glass@rackspace.com>2016-04-07 15:11:27 +0000
committerPaul Glass <paul.glass@rackspace.com>2016-04-07 15:11:27 +0000
commit040ff35eeade8a7da0c993713e105d10b1252ae3 (patch)
tree7687e397e9518ea37d500ea5afbcf082765aced5 /tox.ini
parenta9385ac8f55560e73ab5d35e95b5c4c143474c26 (diff)
downloadpython-designateclient-040ff35eeade8a7da0c993713e105d10b1252ae3.tar.gz
Run the functional tests in a more verbose mode
Previously, the cli functional tests would not display each test case as they ran. This fixes that, similar to how the api functional tests do this. Change-Id: I899bafa4923dc9c80cad35cdb1f86cbf2e93038d
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini3
1 files changed, 2 insertions, 1 deletions
diff --git a/tox.ini b/tox.ini
index 0eb2a2b..379f0ad 100644
--- a/tox.ini
+++ b/tox.ini
@@ -14,10 +14,11 @@ deps = -r{toxinidir}/requirements.txt
-r{toxinidir}/test-requirements.txt
whitelist_externals = find
+ sh
commands =
find . -type f -name "*.pyc" -delete
- python setup.py testr --testr-args='{posargs}'
+ sh tools/pretty_tox.sh '{posargs}'
passenv = http_proxy HTTP_PROXY https_proxy HTTPS_PROXY no_proxy NO_PROXY
[testenv:flake8]