summaryrefslogtreecommitdiffstats
path: root/newton/tox.ini
diff options
context:
space:
mode:
authorVictor Morales <victor.morales@intel.com>2018-01-09 14:52:07 -0800
committerVictor Morales <victor.morales@intel.com>2018-01-09 14:52:07 -0800
commitca4927c2d5521ac6cd4f739b5e47fd4259e3c375 (patch)
treea6868e6b002c8d46df4a0b75cbed0b1c18a5779b /newton/tox.ini
parent7330272e07e7bc3b72bf17cc4eb69ea9584697de (diff)
Add UTs for VimDriverUtils class
The VimDriverUtils class contains utility methods for managing sessions and vim information, as well as others for replacing keys of a dictionary. This change add Unit Tests that validates their correct functionality. Change-Id: Ie569cc995c3e0ebc27f33e4c58652bb0ed34c0a7 Signed-off-by: Victor Morales <victor.morales@intel.com> Issue-ID: MULTICLOUD-83
Diffstat (limited to 'newton/tox.ini')
-rw-r--r--newton/tox.ini1
1 files changed, 1 insertions, 0 deletions
diff --git a/newton/tox.ini b/newton/tox.ini
index d5eb878e..26a902c2 100644
--- a/newton/tox.ini
+++ b/newton/tox.ini
@@ -15,4 +15,5 @@ commands =
[testenv:cover]
commands =
+ coverage html --omit=".tox/*,*tests*,*__init__.py"
coverage report --omit=".tox/*,*tests*,*__init__.py" --fail-under=30