From 2f2980df45d2d08c7a48c4a744bd893828f725f9 Mon Sep 17 00:00:00 2001 From: "Schmalzried, Terry (ts862m)" Date: Fri, 28 Feb 2020 12:20:08 -0500 Subject: Initial unit test coverage Issue-ID: DCAEGEN2-1922 Change-Id: Ibd50c9d87583244c0e82a9f050e0e795cde72f27 Signed-off-by: Schmalzried, Terry (ts862m) --- oti/event-handler/tox-local.ini | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 oti/event-handler/tox-local.ini (limited to 'oti/event-handler/tox-local.ini') diff --git a/oti/event-handler/tox-local.ini b/oti/event-handler/tox-local.ini new file mode 100644 index 0000000..fdfa4fc --- /dev/null +++ b/oti/event-handler/tox-local.ini @@ -0,0 +1,16 @@ +# tox -c tox-local.ini +[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=html --cov-report=term --verbose tests -- cgit 1.2.3-korg