moto/.coveragerc

11 lines
131 B
Plaintext
Raw Normal View History

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