summaryrefslogtreecommitdiffstats
path: root/tests/unit/test_strutils.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/unit/test_strutils.py')
-rw-r--r--tests/unit/test_strutils.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/unit/test_strutils.py b/tests/unit/test_strutils.py
index 0eb5f5e..88ab9c1 100644
--- a/tests/unit/test_strutils.py
+++ b/tests/unit/test_strutils.py
@@ -15,7 +15,7 @@
# License for the specific language governing permissions and limitations
# under the License.
-import unittest
+import testtools
import mock
@@ -23,7 +23,7 @@ from openstack.common import exception
from openstack.common import strutils
-class StrUtilsTest(unittest.TestCase):
+class StrUtilsTest(testtools.TestCase):
def test_bool_bool_from_string(self):
self.assertTrue(strutils.bool_from_string(True))