MCPcopy
hub / github.com/MagicStack/asyncpg / test_connect_params

Method test_connect_params

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

Source from the content-addressed store, hash-verified

1253 })
1254
1255 def test_connect_params(self):
1256 for testcase in self.TESTS:
1257 self.run_testcase(testcase)
1258
1259 def test_connect_connection_service_file(self):
1260 connection_service_file = tempfile.NamedTemporaryFile(

Callers

nothing calls this directly

Calls 1

run_testcaseMethod · 0.95

Tested by

no test coverage detected