(*args, **kwargs)
| 185 | self.assertEqual(reset_called, 10) |
| 186 | |
| 187 | async def bad_connect(*args, **kwargs): |
| 188 | return 1 |
| 189 | |
| 190 | with self.assertRaisesRegex( |
| 191 | asyncpg.InterfaceError, |
nothing calls this directly
no outgoing calls
no test coverage detected