From b4535e88c00dec4ac4ab7c32a80e2f1a98d312e6 Mon Sep 17 00:00:00 2001 From: 7000pctAUTO Date: Fri, 30 Jan 2026 15:43:32 +0000 Subject: [PATCH] fix: resolve CI/CD issues - linting errors and test fixture --- tests/__init__.py | 1 + 1 file changed, 1 insertion(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..b97cb1e --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1 @@ +"""Test configuration and fixtures."""