summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_excutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_excutils.py')
-rw-r--r--tests/unit/test_excutils.py5
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/unit/test_excutils.py b/tests/unit/test_excutils.py
index 35ce5be..d3eeb8c 100644
--- a/tests/unit/test_excutils.py
+++ b/tests/unit/test_excutils.py
@@ -14,12 +14,11 @@
# License for the specific language governing permissions and limitations
# under the License.
-import testtools
-
from openstack.common import excutils
+from tests import utils
-class SaveAndReraiseTest(testtools.TestCase):
+class SaveAndReraiseTest(utils.BaseTestCase):
def test_save_and_reraise_exception(self):
e = None