From 0466c3406b2dc1e41fc32bfd77f1b8af22a5c69f Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Mon, 1 Aug 2022 16:53:02 +0200 Subject: Add facilities to run self-tests from a command. --- tests/test_command.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'tests/test_command.py') 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() -- cgit v1.2.3