()
| 268 | |
| 269 | async def test_auth_password_cleartext_callable(self): |
| 270 | def get_correctpassword(): |
| 271 | return CORRECT_PASSWORD |
| 272 | |
| 273 | def get_wrongpassword(): |
| 274 | return 'wrongpassword' |
nothing calls this directly
no outgoing calls
no test coverage detected