Skip to content
Snippets Groups Projects
pytest.ini 389 B
Newer Older
Frederik Hennig's avatar
Frederik Hennig committed
[pytest]
testpaths = src/pystencilssfg tests/
python_files = "test_*.py"
#   Need to ignore the generator scripts, otherwise they would be executed
#   during test collection
addopts = 
    --doctest-modules
    --ignore=tests/generator_scripts/scripts
    --ignore=tests/generator_scripts/config
    --ignore=tests/data
Frederik Hennig's avatar
Frederik Hennig committed

doctest_optionflags = NORMALIZE_WHITESPACE IGNORE_EXCEPTION_DETAIL