Skip to content
Snippets Groups Projects
setup.cfg 312 B
Newer Older
Dominique Benielli's avatar
Dominique Benielli committed
[metadata]
license_file = LICENSE.txt

[tool:pytest]
testpaths = multimodal
addopts = --verbose
          --cov-report=term-missing
          --cov-report=html
          --cov=multimodalboost
          --doctest-modules

[coverage:run]
branch = True
source = multimodal
include = */multimodal/*
omit = */tests/*