projects
/
osm
/
LCM.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
b3edda0
)
Fix coverage tests to report proper coverage
76/9376/1
author
garciadeblas
<gerardo.garciadeblas@telefonica.com>
Fri, 3 Jul 2020 10:40:56 +0000
(10:40 +0000)
committer
tierno
<alfonso.tiernosepulveda@telefonica.com>
Thu, 9 Jul 2020 16:04:57 +0000
(16:04 +0000)
Change-Id: Ia1d06e5af86f2125abe45300fc5a3c208925ebef
Signed-off-by: garciadeblas <gerardo.garciadeblas@telefonica.com>
tox.ini
patch
|
blob
|
history
diff --git
a/tox.ini
b/tox.ini
index
85456e5
..
40b0366
100644
(file)
--- 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