2016-06-29 06:22:52 +00:00
|
|
|
[run]
|
|
|
|
branch = True
|
|
|
|
source = cas_server
|
2016-06-30 11:55:19 +00:00
|
|
|
omit =
|
|
|
|
cas_server/migrations*
|
|
|
|
cas_server/management/*
|
2016-06-30 21:59:19 +00:00
|
|
|
cas_server/tests/*
|
2016-07-02 21:24:50 +00:00
|
|
|
cas_server/cas.py
|
2016-06-29 06:22:52 +00:00
|
|
|
|
2016-06-26 15:20:26 +00:00
|
|
|
[report]
|
|
|
|
exclude_lines =
|
|
|
|
pragma: no cover
|
|
|
|
def __repr__
|
|
|
|
def __unicode__
|
2016-07-04 15:23:11 +00:00
|
|
|
def __str__
|
2016-06-26 15:20:26 +00:00
|
|
|
raise AssertionError
|
|
|
|
raise NotImplementedError
|
2016-06-27 21:55:17 +00:00
|
|
|
if six.PY3:
|