add standard files

This commit is contained in:
Holger Brunn
2014-07-07 12:41:48 +02:00
parent 5ec8fa40a3
commit e3604edc7c
4 changed files with 109 additions and 0 deletions

19
.coveragerc Normal file
View File

@@ -0,0 +1,19 @@
# Config file .coveragerc
[report]
omit =
/usr/*
*/bin/*
*/lib/*
*/odoo/*
*/openerp/*
*/tests/*
*__init__.py
# Regexes for lines to exclude from consideration
exclude_lines =
# Have to re-enable the standard pragma
pragma: no cover
# Don't complain about null context checking
if context is None: