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

Function noid_model

tests/test_model_methods.py:509–511  ·  view source on GitHub ↗

Fixture that provides a saved NoID model instance.

(db)

Source from the content-addressed store, hash-verified

507
508@pytest_asyncio.fixture
509async def noid_model(db):
510 """Fixture that provides a saved NoID model instance."""
511 return await NoID.create(name="Test")
512
513
514@pytest_asyncio.fixture

Callers

nothing calls this directly

Calls 1

createMethod · 0.45

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…