MCPcopy Create free account
hub / github.com/MagicStack/asyncpg / get_correctpassword

Method get_correctpassword

tests/test_connect.py:270–271  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

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'

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected