MCPcopy
hub / github.com/sqlalchemy/sqlalchemy / test_url_only

Method test_url_only

test/engine/test_parseconnect.py:937–939  ·  view source on GitHub ↗
(self, mock_create)

Source from the content-addressed store, hash-verified

935 yield p
936
937 def test_url_only(self, mock_create):
938 create_pool_from_url("sqlite://")
939 mock_create.assert_called_once_with("sqlite://", _initialize=False)
940
941 def test_pool_args(self, mock_create):
942 create_pool_from_url(

Callers

nothing calls this directly

Calls 1

create_pool_from_urlFunction · 0.90

Tested by

no test coverage detected