aboutsummaryrefslogtreecommitdiff
path: root/tests/test_command.py
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test_command.py')
-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()