|
|
@ -63,9 +63,10 @@ doctest_optionflags = NORMALIZE_WHITESPACE ELLIPSIS
|
|
|
|
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
|
|
|
|
# e.g. --cov-report html (or xml) for html/xml output or --junitxml junit.xml
|
|
|
|
# in order to write a coverage file that can be read by Jenkins.
|
|
|
|
# in order to write a coverage file that can be read by Jenkins.
|
|
|
|
addopts =
|
|
|
|
addopts =
|
|
|
|
--cov wafo --cov-report term-missing
|
|
|
|
# --cov wafo --cov-report term-missing
|
|
|
|
--verbose
|
|
|
|
# --verbose
|
|
|
|
--doctest-modules
|
|
|
|
--doctest-modules
|
|
|
|
|
|
|
|
--pep8
|
|
|
|
|
|
|
|
|
|
|
|
norecursedirs =
|
|
|
|
norecursedirs =
|
|
|
|
.*
|
|
|
|
.*
|
|
|
|