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:
@@ -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
|
||||
|
0
cloudkittyclient/tests/v1/__init__.py
Normal file
0
cloudkittyclient/tests/v1/__init__.py
Normal file
Reference in New Issue
Block a user