MCPcopy Create free account
hub / github.com/sqlalchemy/sqlalchemy / get_dialect_cls

Method get_dialect_cls

test/engine/test_parseconnect.py:1194–1196  ·  view source on GitHub ↗
(url)

Source from the content-addressed store, hash-verified

1192 @testing.combinations(True, False, None)
1193 def test_is_async_to_create_engine(self, is_async):
1194 def get_dialect_cls(url):
1195 url = url.set(drivername="sqlite")
1196 return url.get_dialect()
1197
1198 global MockDialectGetDialect
1199 MockDialectGetDialect = Mock()

Callers 4

test_wrapper_hooksMethod · 0.45
test_get_dialectMethod · 0.45
test_get_dialectMethod · 0.45

Calls 2

setMethod · 0.45
get_dialectMethod · 0.45

Tested by

no test coverage detected