django-cas-server/.coveragerc

14 lines
225 B
INI

[run]
branch = True
source = cas_server
omit = cas_server/migrations*
[report]
exclude_lines =
pragma: no cover
def __repr__
def __unicode__
raise AssertionError
raise NotImplementedError
if six.PY3: