django-cas-server/.coveragerc

19 lines
318 B
Plaintext
Raw Normal View History

[run]
branch = True
source = cas_server
2016-06-30 11:55:19 +00:00
omit =
cas_server/migrations*
cas_server/management/*
cas_server/tests/*
cas_server/cas.py
2016-06-26 15:20:26 +00:00
[report]
exclude_lines =
pragma: no cover
def __repr__
def __unicode__
def __str__
2016-06-26 15:20:26 +00:00
raise AssertionError
raise NotImplementedError
if six.PY3: