django-cas-server/.coveragerc

19 lines
318 B
Plaintext
Raw Permalink Normal View History

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