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

Function test_version

tests/test_version.py:38–39  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

36
37
38def test_version():
39 assert _load_version() == __version__
40
41
42def _run_shell(cmd: str, **kw) -> subprocess.CompletedProcess[str]:

Callers

nothing calls this directly

Calls 1

_load_versionFunction · 0.85

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…