From 8f6af1e96597f9502392a05623a2411ae79b7dbc Mon Sep 17 00:00:00 2001 From: VirtuBox Date: Wed, 23 Oct 2019 12:37:59 +0200 Subject: [PATCH] Fix tests --- wo/utils/test.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wo/utils/test.py b/wo/utils/test.py index 920fd62..6c46790 100644 --- a/wo/utils/test.py +++ b/wo/utils/test.py @@ -1,5 +1,5 @@ """Testing utilities for WordOps""" -from cement.utils.test import * +from cement.utils.tests import CementTestCase from wo.cli.main import WOTestApp