[Sprint 1] test: Create viz-platform MCP server tests #182
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Description
Write unit tests for the viz-platform MCP server tools.
Acceptance Criteria
mcp-servers/viz-platform/tests/test_config.py:mcp-servers/viz-platform/tests/test_component_registry.py:mcp-servers/viz-platform/tests/test_dmc_tools.py:mcp-servers/viz-platform/tests/test_chart_tools.py:mcp-servers/viz-platform/tests/test_theme_tools.py:pytestTechnical Notes
Use pytest and pytest-asyncio (same as data-platform tests).
Mock DMC package for registry tests to avoid dependency on actual installation.
Dependencies