mirror of
https://github.com/pretix/pretix.git
synced 2026-08-28 13:34:40 +00:00
10 lines
166 B
INI
10 lines
166 B
INI
[run]
|
|
source = tixlbase,tixlcontrol,tixlpresale
|
|
omit = */migrations/*,*/urls.py,*/tests/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
def __str__
|
|
if settings.DEBUG
|