15 lines
242 B
INI
15 lines
242 B
INI
[run]
|
|
branch = True
|
|
concurrency = gevent
|
|
omit =
|
|
src/lib/*
|
|
src/Test/*
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if __name__ == .__main__.:
|
|
if config.debug:
|
|
if config.debug_socket:
|
|
if self.logging:
|
|
def __repr__
|