django-cas-server/.coveragerc
Valentin Samir 43b4a7ca61 Exclude tests from coverage
tests are necesserally 100% coverage so it make no sense
2016-06-30 23:59:19 +02:00

16 lines
280 B
INI

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