()
| 345 | rsp1 = Response("http://url") |
| 346 | |
| 347 | async def rsp1_func(): |
| 348 | await _defer_sleep_async() |
| 349 | _check_downloading(rsp1) |
| 350 | |
| 351 | async def rsp2_func(): |
| 352 | pytest.fail("it must cache rsp1 result and must not try to redownload") |
nothing calls this directly
no test coverage detected