mirror of
https://github.com/django-cms/django-cms.git
synced 2026-01-16 13:29:00 +03:00
24 lines
372 B
INI
24 lines
372 B
INI
[run]
|
|
branch = False
|
|
source =
|
|
cms
|
|
menus
|
|
omit =
|
|
cms/migrations/*
|
|
cms/south_migrations/*
|
|
cms/tests/*
|
|
cms/test_utils/*
|
|
menus/migrations/*
|
|
menus/south_migrations/*
|
|
docs/*
|
|
env/*
|
|
env*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __repr__
|
|
raise AssertionError
|
|
raise NotImplementedError
|
|
if __name__ == .__main__.:
|