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