django-cas-server/.coveragerc
2016-06-30 13:56:51 +02:00

15 lines
257 B
INI

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