summaryrefslogtreecommitdiffstats
path: root/conductor/tox.ini
diff options
context:
space:
mode:
authorDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-14 10:32:45 -0800
committerDileep Ranganathan <dileep.ranganathan@intel.com>2018-02-15 05:46:00 -0800
commitee3bf0d287e3cdb2d2bd676be2f1fc1af199b3b9 (patch)
tree0dee42ab721ee698a643f45ed50f9555d6d96158 /conductor/tox.ini
parent1396b1237f9b5997b96d5b0cf1a1907e2163e5a4 (diff)
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 <dileep.ranganathan@intel.com>
Diffstat (limited to 'conductor/tox.ini')
-rw-r--r--conductor/tox.ini1
1 files changed, 1 insertions, 0 deletions
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