tests.conftest module#
Test fixtures and utilities for sphinx_diagram_connect.
This module provides pytest fixtures to mock Sphinx application objects and create temporary project structures for testing the sphinx_diagram_connect extension.
- tests.conftest.diagram_connect_instance(mock_sphinx_app)#
Provides an initialized DiagramConnect instance for tests.
- tests.conftest.mock_logger()#
Mocks the Sphinx logger to capture log messages.