13 lines
187 B
INI
13 lines
187 B
INI
[report]
|
|
|
|
exclude_lines =
|
|
if __name__ == .__main__.:
|
|
raise NotImplemented.
|
|
return NotImplemented
|
|
def __repr__
|
|
|
|
[run]
|
|
include = moto/*
|
|
omit = moto/packages/*
|
|
source = moto
|