aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-01 16:53:02 +0200
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-08-01 16:53:02 +0200
commit0466c3406b2dc1e41fc32bfd77f1b8af22a5c69f (patch)
tree9e5d6d73095adec7d01ce13d924fa9d7c004e949 /tests
parent7df64ba14453685ddd6940fd4e1d3f69c8db507f (diff)
Add facilities to run self-tests from a command.
Diffstat (limited to 'tests')
-rw-r--r--tests/test_command.py3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/test_command.py b/tests/test_command.py
index 96b36de..1d1402c 100644
--- a/tests/test_command.py
+++ b/tests/test_command.py
@@ -1,5 +1,4 @@
import logging
-import unittest
import hazwaz
import hazwaz.unittest
@@ -190,4 +189,4 @@ class testCommand(hazwaz.unittest.HazwazTestCase):
if __name__ == '__main__':
- unittest.main()
+ hazwaz.unittest.main()