Issue: RELENG-4938
Signed-off-by: Andrew Grimberg <agrimberg@linuxfoundation.org>
Change-Id: Ic5589cd05033ee2f6758f10a84cb235317cc55df
test = [
"pytest==5.3.5",
"pytest-click==0.3",
+ "pytest-cov",
"pytest-datafiles==2.0",
"pytest-mock==2.0.0",
"pytest-responses==0.4.0"
[pytest]
markers = datafiles
-addopts = -p no:warnings
+addopts =
+ -p no:warnings
+ --cov=lftools
+ --cov-report=term-missing
[testenv]
basepython = python3
deps =
pytest==5.3.5
pytest-click==0.3
+ pytest-cov
pytest-datafiles==2.0
pytest-mock==2.0.0
pytest-responses==0.4.0