From 96e781a646d09bb2e34dfbde4b3ac8f1be732127 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 12:45:42 +0000 Subject: [PATCH] Add test suite for ShellGen CLI --- app/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 app/tests/__init__.py diff --git a/app/tests/__init__.py b/app/tests/__init__.py new file mode 100644 index 0000000..a19516d --- /dev/null +++ b/app/tests/__init__.py @@ -0,0 +1 @@ +"""Tests for ShellGen."""