From 0582101ca0e07f5f9b62e2cc0be405f8e4bc2d7c Mon Sep 17 00:00:00 2001 From: Elena ``of Valhalla'' Grandi Date: Tue, 22 Feb 2022 16:14:26 +0100 Subject: Skeleton of a project --- tests/test_command.py | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 tests/test_command.py (limited to 'tests') diff --git a/tests/test_command.py b/tests/test_command.py new file mode 100644 index 0000000..f5b824c --- /dev/null +++ b/tests/test_command.py @@ -0,0 +1,11 @@ +import unittest + +from hazwaz import command + + +class testCommand(unittest.TestCase): + pass + + +if __name__ == '__main__': + unittest.main() -- cgit v1.2.3