Arquivos
spyder/.coveragerc
2018-08-25 15:27:01 -04:00

19 linhas
366 B
INI

[run]
omit =
# Omit tests
*/tests/*
# Omit external files
*/external/*
# Omit site files
*/utils/site/*
[report]
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain if non-runnable code isn't run
if __name__ == .__main__.:
fail_under=0