MCPcopy Create free account
hub / github.com/agentscope-ai/Trinity-RFT / test_postgresql

Method test_postgresql

tests/buffer/sql_test.py:41–45  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

39 )
40
41 def test_postgresql(self):
42 self.assertEqual(
43 to_async_url("postgresql://user:pass@host/db"),
44 "postgresql+asyncpg://user:pass@host/db",
45 )
46
47 def test_mysql(self):
48 self.assertEqual(

Callers

nothing calls this directly

Calls 1

to_async_urlFunction · 0.90

Tested by

no test coverage detected