Skip to content
Snippets Groups Projects
Commit 4970763e authored by Amandine  PERRIN's avatar Amandine PERRIN
Browse files

no need to generate junit tests

parent 19fa936e
No related branches found
No related tags found
No related merge requests found
......@@ -7,7 +7,8 @@ max-line-length = 100
[tool:pytest]
junit_family=legacy
addopts = --junitxml=junit_tests.xml --cov-report=html --cov-report=xml --cov PanACoTA --mpl
addopts = --cov-report=html --cov-report=xml --cov PanACoTA --mpl
# add option for junit tests report --junitxml=junit_tests.xml
# add option if coverage must be added to previous one --cov-append
# add option to get report in terminal --cov-report=term
norecursedirs = *.egg* bin lib
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment