aboutsummaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-22 16:14:26 +0100
committerElena ``of Valhalla'' Grandi <valhalla@trueelena.org>2022-02-22 16:15:37 +0100
commit0582101ca0e07f5f9b62e2cc0be405f8e4bc2d7c (patch)
tree04263aee52fb03afd77531ddf200d0278d228f93 /tests
parentffd744478256fddd7250101591931b234c3eb483 (diff)
Skeleton of a project
Diffstat (limited to 'tests')
-rw-r--r--tests/test_command.py11
1 files changed, 11 insertions, 0 deletions
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()