Files
python-cloudkittyclient/.coveragerc
François Magimel ac57d0b974 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
2014-08-21 20:18:53 +00:00

13 lines
259 B
INI

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