Boost the coverage and launch all the tests

Add a __init__.py file to test the v1, but do not test the hack of oslo
incubator.

Change-Id: Ic3435c29e3f04d876383b17264684e3a5b3ae46b
This commit is contained in:
François Magimel
2014-08-21 20:10:16 +02:00
parent d6948c279d
commit ac57d0b974
2 changed files with 6 additions and 1 deletions

View File

@@ -1,7 +1,12 @@
[run]
branch = True
source = cloudkittyclient
omit = cloudkittyclient/tests/*,cloudkittyclient/openstack/*,cloudkittyclient/i18n.py
omit =
cloudkittyclient/tests/*,
cloudkittyclient/openstack/*,
cloudkittyclient/i18n.py,
cloudkittyclient/common/client.py,
cloudkittyclient/common/exceptions.py
[report]
ignore-errors = True

View File