moo.core.tests.test_security_model_verb.test_passthrough_raises_when_unbound
- moo.core.tests.test_security_model_verb.test_passthrough_raises_when_unbound()
passthrough() raises RuntimeError when called on an unbound verb (no _invoked_object/_invoked_name set). Verb code cannot construct a passthrough callable that would work outside of a legitimate dispatch context established by the Verb.__call__ machinery.