aldryn/aldryn-faq

View on GitHub
.coveragerc

Summary

Maintainability
Test Coverage
[run]
source = aldryn_faq
branch = False
omit =
    *migrations*
    *tests*

[report]
exclude_lines =
    pragma: no cover
    def __repr__
    raise AssertionError
    raise NotImplementedError
    if __name__ == .__main__.: