janw/libtapedrive

View on GitHub
pytest.ini

Summary

Maintainability
Test Coverage
[pytest]
norecursedirs =
    .git
    .tx
    locale
addopts =
    --cov
    --cov-config=.coveragerc
    --cov-report html
    --cov-report term
    --verbose