From: garciadeblas Date: Fri, 3 Jul 2020 10:40:56 +0000 (+0000) Subject: Fix coverage tests to report proper coverage X-Git-Tag: v8.0.0rc3~12 X-Git-Url: https://osm.etsi.org/gitweb/?p=osm%2FLCM.git;a=commitdiff_plain;h=8563558ca4c4ca2858ae92cc4eb3e83713fd33a9 Fix coverage tests to report proper coverage Change-Id: Ia1d06e5af86f2125abe45300fc5a3c208925ebef Signed-off-by: garciadeblas --- diff --git a/tox.ini b/tox.ini index 85456e5..40b0366 100644 --- a/tox.ini +++ b/tox.ini @@ -17,11 +17,9 @@ envlist = cover, flake8, unittest [testenv] +usedevelop = True basepython = python3 install_command = python3 -m pip install -r requirements.txt -U {opts} {packages} -deps = -rtest-requirements.txt -commands= - python3 -m unittest discover -v [testenv:cover] basepython = python3