moto/.coveragerc

11 lines
131 B
Plaintext
Raw Normal View History

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