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

Method test_auth_gssapi_ok

tests/test_connect.py:435–437  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

433 cls.cluster, server_settings=cls.get_server_settings())
434
435 async def test_auth_gssapi_ok(self):
436 conn = await self.connect(user=self.realm.user_princ)
437 await conn.close()
438
439 async def test_auth_gssapi_bad_srvname(self):
440 # Service name mismatch.

Callers

nothing calls this directly

Calls 2

connectMethod · 0.45
closeMethod · 0.45

Tested by

no test coverage detected