Add README and dotfiles

This commit is contained in:
Daniel Reis
2014-07-03 23:04:35 +01:00
parent 072fae3ebf
commit c5d64eb7ef
4 changed files with 130 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: