diff options
Diffstat (limited to 'tests')
-rw-r--r-- | tests/test_command.py | 3 |
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() |