010b397e9e
This CR is the first of several dependent CRs that break up the overall tests added via this abandoned CR: https://review.openstack.org/#/c/139894 This CR adds the new database/repository unit tests to the 'repository' package. Change-Id: Iccb24665801e9c207fa90acbaa4ce6e24088cf90
13 lines
348 B
INI
13 lines
348 B
INI
[run]
|
|
branch = True
|
|
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*,
|
|
functionaltests/*,contrib/*,
|
|
barbican/model/migration/alembic_migrations/versions/*,
|
|
barbican/plugin/dogtag.py, barbican/plugin/symantec.py
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
@abc.abstractmethod
|