91d8aa4fc5
Added unit tests to test_types.py and test_magnum_service.py. Also, lines containing abstract methods and 'pass' were being counted in the coverage metrics, so those were added to the coveragerc. Change-Id: I4af7005453b8f843b640661a972b3f1689ed7dd0 Partial-Bug: #1511667
11 lines
151 B
INI
11 lines
151 B
INI
[run]
|
|
branch = True
|
|
source = magnum
|
|
omit = magnum/tests/*,magnum/openstack/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
@abc.abstract
|
|
pass
|