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

Function test_str

tests/test_model_methods.py:200–202  ·  view source on GitHub ↗
(tournament_model)

Source from the content-addressed store, hash-verified

198
199@pytest.mark.asyncio
200async def test_str(tournament_model):
201 mdl = tournament_model
202 assert str(mdl) == "Test"
203
204
205@pytest.mark.asyncio

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…