From efb0eb589a817b08968d6c28328a76b6d4b415b7 Mon Sep 17 00:00:00 2001 From: latinogino <154024559+latinogino@users.noreply.github.com> Date: Thu, 10 Jul 2025 12:07:30 +0200 Subject: [PATCH] feat: Add test suite structure --- tests/__init__.py | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 tests/__init__.py diff --git a/tests/__init__.py b/tests/__init__.py new file mode 100644 index 0000000..c64b870 --- /dev/null +++ b/tests/__init__.py @@ -0,0 +1,3 @@ +"""Test suite for Dolibarr MCP Server.""" + +# Test configuration and fixtures will be defined here