From ca4927c2d5521ac6cd4f739b5e47fd4259e3c375 Mon Sep 17 00:00:00 2001 From: Victor Morales Date: Tue, 9 Jan 2018 14:52:07 -0800 Subject: 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 Issue-ID: MULTICLOUD-83 --- newton/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'newton/tox.ini') 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 -- cgit 1.2.3-korg