aboutsummaryrefslogtreecommitdiffstats
path: root/tox.ini
diff options
context:
space:
mode:
authorYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 15:55:54 +0800
committerYujun Zhang <zhang.yujunz@zte.com.cn>2017-02-05 23:37:41 +0800
commitf93579f7f651c73e32a4951a0578aaed54f1b421 (patch)
tree354a0d64b425a45f670b4c09e11a045e05006797 /tox.ini
parent9d78055ecd2d717a9260ca002aacf672d5cc2933 (diff)
Add test coverage
Change-Id: I9bff5fb1be3edc57d27cfe44f210a2814efd2274 JIRA: QTIP-204 Signed-off-by: Yujun Zhang <zhang.yujunz@zte.com.cn>
Diffstat (limited to 'tox.ini')
-rw-r--r--tox.ini5
1 files changed, 3 insertions, 2 deletions
diff --git a/tox.ini b/tox.ini
index 0d704b25..1a90dfa3 100644
--- a/tox.ini
+++ b/tox.ini
@@ -11,11 +11,12 @@ skipsdist = True
usedevelop = True
install_command = pip install -U {opts} {packages}
deps =
- -r{toxinidir}/requirements.txt
- -r{toxinidir}/test-requirements.txt
+ -rrequirements.txt
+ -rtest-requirements.txt
commands=
py.test \
--basetemp={envtmpdir} \
+ --cov qtip --cov-report term-missing --cov-report html \
{posargs}
setenv=
HOME = {envtmpdir}