aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-02 09:57:53 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-02 09:57:53 +0200
commit1ad3e85dcd699dca7487d80da5b3e3e735f0d2fe (patch)
tree51474c767f8e0207c525f16b2143ba5859878cb7
parent5c71e321b4d168444721cced85e7a86c9bacb5ad (diff)
Missing import
-rw-r--r--tests/test_mixins.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test_mixins.py b/tests/test_mixins.py
index 44ae165..0133f43 100644
--- a/tests/test_mixins.py
+++ b/tests/test_mixins.py
@@ -2,6 +2,7 @@ import tempfile
import unittest
import hazwaz
+import hazwaz.unittest
class testEditorMixin(unittest.TestCase):