Add coveragerc file for coverage options

This commit is contained in:
Bruno Oliveira 2015-06-20 00:57:15 -03:00
parent 80b5ebc398
commit 0008bcb877
1 changed files with 6 additions and 0 deletions

6
.coveragerc Normal file
View File

@ -0,0 +1,6 @@
[run]
omit =
# standlonetemplate is read dynamically and tested by test_genscript
*standalonetemplate.py
# oldinterpret could be removed, as it is no longer used in py26+
*oldinterpret.py