summaryrefslogtreecommitdiffstats
path: root/cdap/cdapplugin/tox-local.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-local.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-local.ini')
-rw-r--r--cdap/cdapplugin/tox-local.ini10
1 files changed, 10 insertions, 0 deletions
diff --git a/cdap/cdapplugin/tox-local.ini b/cdap/cdapplugin/tox-local.ini
new file mode 100644
index 0000000..d553704
--- /dev/null
+++ b/cdap/cdapplugin/tox-local.ini
@@ -0,0 +1,10 @@
+[tox]
+envlist = py27
+[testenv]
+deps=
+ -rrequirements.txt
+ cloudify==3.4
+ pytest
+ coverage
+ pytest-cov
+commands=pytest --cov {envsitepackagesdir}/cdapcloudify --cov-report html