Newer
Older
[pytest]
testpaths = src/pystencilssfg tests/
python_files = "test_*.py"
# Need to ignore the generator scripts, otherwise they would be executed
# during test collection

Frederik Hennig
committed
addopts = --doctest-modules --ignore=tests/generator_scripts/scripts --cov=src/pystencilssfg --cov-report=term
doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL