tests.unit.test_setup_function_unit module#
Unit tests for the setup function of the sphinx_diagram_connect extension.
These tests ensure that the setup function correctly registers the extension, connects to the ‘build-finished’ event, and adds necessary configuration values to the Sphinx application, using mocks for isolation.
- class tests.unit.test_setup_function_unit.TestSetupFunction#
Bases:
object
Unit tests for the setup function.