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

Method test_already_async

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

Source from the content-addressed store, hash-verified

51 )
52
53 def test_already_async(self):
54 url = "sqlite+aiosqlite:///path/to/db.sqlite"
55 self.assertEqual(to_async_url(url), url)
56
57
58# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

to_async_urlFunction · 0.90

Tested by

no test coverage detected