We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
inject
1 parent 2ca44a0 commit 6494256Copy full SHA for 6494256
tests/unit/samples/wiringstringids/resourceclosing.py
@@ -92,6 +92,7 @@ def test_function_dependency_kwargs(factory: FactoryService = Closing[Provide["f
92
return factory
93
94
95
+@inject
96
def test_function_nested_dependency(
97
nested: NestedService = Closing[Provide["nested_service"]]
98
):
0 commit comments