summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/tox.ini
diff options
context:
space:
mode:
authorTommy Carpenter <tommy@research.att.com>2017-09-14 11:57:31 -0400
committerTommy Carpenter <tommy@research.att.com>2017-09-14 12:41:32 -0400
commit289fbe75c0a172bf69adabc2ffd48c3b5958d363 (patch)
treed3a2e8850cc8125bf576fbc1bd6e7a7596b70bb1 /cdap/cdapplugin/tox.ini
parent9d0a254d0bcd6e966c47f2656527274ab1787d97 (diff)
Unit test discovery
Issue-ID: DCAEGEN2-74 Change-Id: Ibc676f118e9e85db306e38c3e40265d1b1d71ff0 Signed-off-by: Tommy Carpenter <tommy@research.att.com>
Diffstat (limited to 'cdap/cdapplugin/tox.ini')
-rw-r--r--cdap/cdapplugin/tox.ini8
1 files changed, 5 insertions, 3 deletions
diff --git a/cdap/cdapplugin/tox.ini b/cdap/cdapplugin/tox.ini
index afabca4..246851e 100644
--- a/cdap/cdapplugin/tox.ini
+++ b/cdap/cdapplugin/tox.ini
@@ -2,7 +2,9 @@
envlist = py27
[testenv]
deps=
- pytest
- uuid==1.30
+ -rrequirements.txt
cloudify==3.4
-commands=pytest
+ pytest
+ coverage
+ pytest-cov
+commands=pytest --junitxml xunit-reports/xunit-result-cdapcloudify.xml --cov {envsitepackagesdir} --cov-report=xml