moto/.coveragerc

11 lines
147 B
Plaintext
Raw Normal View History

2013-03-05 13:14:43 +00:00
[report]
exclude_lines =
if __name__ == .__main__.:
raise NotImplemented.
2013-03-15 04:45:12 +00:00
def __repr__
[run]
2013-03-11 03:46:44 +00:00
include = moto/*
omit = moto/packages/*