MCPcopy Index your code
hub / github.com/MagicStack/asyncpg / test_get_settings_01

Method test_get_settings_01

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

Source from the content-addressed store, hash-verified

102class TestSettings(tb.ConnectedTestCase):
103
104 async def test_get_settings_01(self):
105 self.assertEqual(
106 self.con.get_settings().client_encoding,
107 'UTF8')
108
109 async def test_server_version_01(self):
110 version = self.con.get_server_version()

Callers

nothing calls this directly

Calls 1

get_settingsMethod · 0.80

Tested by

no test coverage detected