()
| 404 | |
| 405 | |
| 406 | def test_postparsing_hook_wrong_parameter_annotation() -> None: |
| 407 | app = PluggedApp() |
| 408 | with pytest.raises(TypeError): |
| 409 | app.register_postparsing_hook(app.postparse_hook_wrong_parameter_annotation) |
| 410 | |
| 411 | |
| 412 | def test_postparsing_hook_undeclared_return_annotation() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…