MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / get_dialect_cls

Method get_dialect_cls

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

Source from the content-addressed store, hash-verified

1205 @testing.combinations(True, False, None)
1206 def test_is_async_to_create_engine(self, is_async):
1207 def get_dialect_cls(url):
1208 url = url.set(drivername="sqlite")
1209 return url.get_dialect()
1210
1211 global MockDialectGetDialect
1212 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