From 2038febcc46cd11e1821bc04cc316dde6454959b Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Sat, 31 Jan 2026 15:34:17 +0000 Subject: [PATCH] Add test suite for all modules --- local_code_assistant/tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 local_code_assistant/tests/__init__.py diff --git a/local_code_assistant/tests/__init__.py b/local_code_assistant/tests/__init__.py new file mode 100644 index 0000000..aeaf2cb --- /dev/null +++ b/local_code_assistant/tests/__init__.py @@ -0,0 +1 @@ +"""Tests for Local Code Assistant.""" \ No newline at end of file