From ee3bf0d287e3cdb2d2bd676be2f1fc1af199b3b9 Mon Sep 17 00:00:00 2001 From: Dileep Ranganathan Date: Wed, 14 Feb 2018 10:32:45 -0800 Subject: Added unit tests for conductor.common.music module Unit tests for music api Change-Id: I9e239c23c0d3d81a860b121c7f8e462815068b31 Issue-ID: OPTFRA-68 Signed-off-by: Dileep Ranganathan --- conductor/tox.ini | 1 + 1 file changed, 1 insertion(+) (limited to 'conductor/tox.ini') diff --git a/conductor/tox.ini b/conductor/tox.ini index 0c67d7e..25ede20 100644 --- a/conductor/tox.ini +++ b/conductor/tox.ini @@ -32,6 +32,7 @@ setenv = VIRTUAL_ENV={envdir} commands = coverage erase find . -type f -name "*.pyc" -delete + find . -type f -name ".coverage.*" -delete {toxinidir}/tools/pretty_tox.sh "{posargs}" coverage combine coverage html -d cover -- cgit 1.2.3-korg