14 lines
232 B
INI
14 lines
232 B
INI
[run]
|
|
omit =
|
|
tests/*
|
|
test_simple.py
|
|
tools/command_safety.py
|
|
tools/resource_monitor.py
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: no cover
|
|
if __name__ == .__main__.:
|
|
def example_usage
|
|
raise NotImplementedError
|