| 318 | |
| 319 | async def test_pool_exception_in_setup_and_init(self): |
| 320 | class Error(Exception): |
| 321 | pass |
| 322 | |
| 323 | async def setup(con): |
| 324 | nonlocal setup_calls, last_con |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…