limefu_service_locator¶
Scope: function | Returns: DependencyContainer
The limefu_service_locator fixture bootstraps and sets the global service locator with limefu's component registrations. Use it in tests that exercise limefu commands.
Basic usage¶
When every test in a module exercises limefu commands, apply it once via an autouse fixture in conftest.py: