- A helper, marconi.tests.util.Expected, is added to replace testtools.ExpectedException, since the later one does not obey the exception hierarchy. - ClaimDoesNotExist is added, similar to MessageDoesNotExist. Change-Id: I8f592184cbf7f3bdab95e9adef1306055097cb6f
5 lines
131 B
Python
5 lines
131 B
Python
"""Test utilities"""
|
|
|
|
from marconi.tests.util.base import TestBase # NOQA
|
|
from marconi.tests.util.helpers import expected # NOQA
|