diff --git a/doc/source/contributor/callbacks.rst b/doc/source/contributor/callbacks.rst index 45f1ee805..a69bac725 100644 --- a/doc/source/contributor/callbacks.rst +++ b/doc/source/contributor/callbacks.rst @@ -490,7 +490,7 @@ Any class use ``receives`` must be decorated with ``has_registry_receivers``. Testing with callbacks ---------------------- -A python `fixture `_ is provided for implementations that need to +A python `fixture `_ is provided for implementations that need to unit test and mock the callback registry. This can be used for example, when your code publishes callback events that you need to verify. Consumers can use ``neutron_lib.tests.unit.callbacks.base.CallbackRegistryFixture`` in their unit test classes with the ``useFixture()`` method passing along a ``CallbackRegistryFixture`` instance.