зеркало из https://github.com/mozilla/gecko-dev.git
25 строки
344 B
INI
25 строки
344 B
INI
[run]
|
|
branch = true
|
|
parallel = true
|
|
omit =
|
|
setup*
|
|
.tox/*/lib/python*
|
|
*/tests/*.py
|
|
*/testing/*.py
|
|
/usr/local/*
|
|
*/mod.py
|
|
plugins =
|
|
coverplug
|
|
|
|
[report]
|
|
exclude_lines =
|
|
pragma: nocover
|
|
raise NotImplementedError
|
|
raise AssertionError
|
|
assert\s
|
|
nocoverpy${PYV}
|
|
|
|
[paths]
|
|
source =
|
|
importlib_metadata
|