From ccc83f4930e701136dfeffbcf458fa2e6ea560e1 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Thu, 29 Jan 2026 10:52:01 +0000 Subject: [PATCH] Add test suite --- tests/unit/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/unit/__init__.py diff --git a/tests/unit/__init__.py b/tests/unit/__init__.py new file mode 100644 index 0000000..628f02c --- /dev/null +++ b/tests/unit/__init__.py @@ -0,0 +1 @@ +"""Unit tests package for ConfigForge.""" \ No newline at end of file