MCPcopy Create free account
hub / github.com/tortoise/tortoise-orm / test_dialect_sqlite

Function test_dialect_sqlite

tests/backends/test_capabilities.py:57–60  ·  view source on GitHub ↗

Test sqlite dialect capability.

(db)

Source from the content-addressed store, hash-verified

55@requireCapability(dialect="sqlite")
56@pytest.mark.asyncio
57async def test_dialect_sqlite(db):
58 """Test sqlite dialect capability."""
59 caps = connections.get("models").capabilities
60 assert caps.dialect == "sqlite"
61
62
63@requireCapability(dialect="mysql")

Callers

nothing calls this directly

Calls 1

getMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…