From 9187cc60f23767c72774490993519acd3da042f4 Mon Sep 17 00:00:00 2001 From: Benex254 Date: Tue, 6 Aug 2024 15:45:52 +0300 Subject: [PATCH] chore: init tests --- tests/test_all_commands.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/test_all_commands.py diff --git a/tests/test_all_commands.py b/tests/test_all_commands.py new file mode 100644 index 0000000..5bc5c7e --- /dev/null +++ b/tests/test_all_commands.py @@ -0,0 +1 @@ +# TODO: Write tests to make sure all click commands work