diff options
author | ting.wang <ting.wang@easystack.cn> | 2016-01-09 17:26:33 +0800 |
---|---|---|
committer | ting.wang <ting.wang@easystack.cn> | 2016-01-09 17:26:33 +0800 |
commit | 6457dc3d3b82952d513b64e9a70667e3007a41d3 (patch) | |
tree | fae4900ff40fdbd9fdc67fbd003c05efd01eecf7 /tox.ini | |
parent | ff23237343607950db89895b523db159f32010f8 (diff) | |
download | trove-6457dc3d3b82952d513b64e9a70667e3007a41d3.tar.gz |
Add debug testenv in tox
Once we add debug testenv, we can use "tox debug -- --debug"
to debug test cases when tox is running.
Change-Id: I8613c96bc1bd696ffa6a55e53441e9dda3e25711
Diffstat (limited to 'tox.ini')
-rw-r--r-- | tox.ini | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -27,6 +27,9 @@ commands = bash -c "find trove -type f -regex '.*\.pot?' -print0 | \ xargs -0 -n 1 msgfmt --check-format -o /dev/null" +[testenv:debug] +commands = oslo_debug_helper {posargs} + [testenv:cover] basepython = python2.7 commands = |