Files
zaqar/marconi/tests/util/__init__.py
Zhihao Yuan 772474264d Raise self-formatted exceptions in SQlite.
- 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
2013-04-03 11:31:51 -04:00

5 lines
131 B
Python

"""Test utilities"""
from marconi.tests.util.base import TestBase # NOQA
from marconi.tests.util.helpers import expected # NOQA