summaryrefslogtreecommitdiffstats
path: root/oti/event-handler/tox.ini
diff options
context:
space:
mode:
authorVijay Venkatesh Kumar <vv770d@att.com>2020-03-05 05:41:53 +0000
committerGerrit Code Review <gerrit@onap.org>2020-03-05 05:41:53 +0000
commit2b2aa9977411519081fcab8ce4d1c37d3d9ee1d4 (patch)
tree635bdc444eb2f8452545d387f46f9bcf7926d602 /oti/event-handler/tox.ini
parentff35e66284400a0d65302b77374826faebd54925 (diff)
parent2f2980df45d2d08c7a48c4a744bd893828f725f9 (diff)
Merge "Initial unit test coverage"
Diffstat (limited to 'oti/event-handler/tox.ini')
-rw-r--r--oti/event-handler/tox.ini12
1 files changed, 12 insertions, 0 deletions
diff --git a/oti/event-handler/tox.ini b/oti/event-handler/tox.ini
index 2532eb9..b801f95 100644
--- a/oti/event-handler/tox.ini
+++ b/oti/event-handler/tox.ini
@@ -1,4 +1,16 @@
+# tox
[tox]
envlist = py36
+skip_missing_interpreters = true
[testenv]
+deps=
+ -rrequirements.txt
+ pytest
+ coverage
+ pytest-cov
+setenv =
+ PYTHONPATH={toxinidir}
+recreate = True
+commands=
+ pytest --cov otihandler --cov-report=xml --cov-report=term --verbose tests