c2fcf8318b
Currently we cannot tests the migrations within our unit test setup. We should look into alternative ways of testing migrations and their coverage. Change-Id: I5fbc4957a7ed1e0924bce562530adbe5fd2d966b
11 lines
278 B
INI
11 lines
278 B
INI
[run]
|
|
branch = True
|
|
omit = etc/*,setup.py,*egg*,.tox/*,barbican/tests/*,*barbican/openstack/*,
|
|
functionaltests/*,contrib/*, barbican/model/migration/alembic_migrations/versions/*
|
|
|
|
[report]
|
|
ignore_errors = True
|
|
exclude_lines =
|
|
pragma: no cover
|
|
@abc.abstractmethod
|