2015-08-30 13:59:50 +00:00
|
|
|
[run]
|
2013-02-23 08:59:25 +00:00
|
|
|
branch = True
|
|
|
|
|
2012-06-09 01:42:43 +00:00
|
|
|
[report]
|
2014-11-15 04:47:39 +00:00
|
|
|
omit = *contrib*, *tnetstring*, *platform*, *console*, *main.py
|
2012-06-09 01:55:55 +00:00
|
|
|
include = *libmproxy*
|
2015-08-30 13:59:50 +00:00
|
|
|
exclude_lines =
|
|
|
|
pragma: nocover
|
|
|
|
pragma: no cover
|
|
|
|
raise NotImplementedError()
|