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.
1 parent b4d9fcb commit 37e071eCopy full SHA for 37e071e
injector_test.py
@@ -738,7 +738,7 @@ def configure(binder: Binder) -> None:
738
assert third_list[0] is second_list[0]
739
740
741
-def test_multibind_scopes_applies_to_the_bound_items() -> None:
+def test_multibind_list_scopes_applies_to_the_bound_items() -> None:
742
def configure(binder: Binder) -> None:
743
binder.multibind(List[Plugin], to=PluginA, scope=singleton)
744
binder.multibind(List[Plugin], to=PluginB)
0 commit comments