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

Function fake_migrate

tests/cli/test_cli.py:158–159  ·  view source on GitHub ↗
(**kwargs)

Source from the content-addressed store, hash-verified

156 called: dict[str, Any] = {}
157
158 async def fake_migrate(**kwargs) -> None:
159 called.update(kwargs)
160
161 monkeypatch.setattr(cli_module, "migrate_api", fake_migrate)
162

Callers

nothing calls this directly

Calls 1

updateMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…