| 77 | with self.assertRaises(TypeError): |
| 78 | _introspect_flow_signature(bad) |
| 79 | |
| 80 | def test_missing_cfg_param_raises(self) -> None: |
| 81 | async def bad(input: ArxivIdentifier) -> None: |
| 82 | return None |
| 83 |
nothing calls this directly
no outgoing calls
no test coverage detected