pydle/.coveragerc

11 lines
125 B
Plaintext
Raw Normal View History

2014-03-13 15:49:16 +00:00
[run]
branch = True
source = pydle
2014-03-15 22:49:54 +00:00
omit =
pydle/utils/*
[report]
exclude_lines =
raise NotImplementedError
pass