Skip to content
Snippets Groups Projects
Select Git revision
  • c9c6df225eff06816e1ca86bd868d705b28b4041
  • master default protected
  • develop
  • 0.1.0
  • 0.0.3
  • 0.0.2
  • 0.0.1
  • 0.0.0
8 results

setup.cfg

Blame
  • Dominique Benielli's avatar
    Dominique Benielli authored
    f7559e02
    History
    setup.cfg 307 B
    [metadata]
    license_file = LICENSE.txt
    
    [tool:pytest]
    testpaths = multimodal
    addopts = --verbose
              --cov-report=term-missing
              --cov-report=html
              --cov=multimodal
              --doctest-modules
    
    [coverage:run]
    branch = True
    source = multimodal
    include = */multimodal/*
    omit = */tests/*