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

Function source_fields_instance

tests/test_only.py:20–22  ·  view source on GitHub ↗

Create a SourceFields instance for testing.

(db)

Source from the content-addressed store, hash-verified

18
19@pytest_asyncio.fixture
20async def source_fields_instance(db):
21 """Create a SourceFields instance for testing."""
22 return await SourceFields.create(chars="Test")
23
24
25# ============================================================================

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…