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

Method test_sqlite

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

Source from the content-addressed store, hash-verified

33 """Tests for URL dialect conversion."""
34
35 def test_sqlite(self):
36 self.assertEqual(
37 to_async_url("sqlite:///path/to/db.sqlite"),
38 "sqlite+aiosqlite:///path/to/db.sqlite",
39 )
40
41 def test_postgresql(self):
42 self.assertEqual(

Callers

nothing calls this directly

Calls 1

to_async_urlFunction · 0.90

Tested by

no test coverage detected