()
| 159 | |
| 160 | |
| 161 | def test_copy_current_request_context_error() -> None: |
| 162 | with pytest.raises(RuntimeError): |
| 163 | copy_current_request_context(lambda: None)() |
| 164 | |
| 165 | |
| 166 | async def test_works_without_copy_current_request_context() -> None: |
nothing calls this directly
no test coverage detected
searching dependent graphs…