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

Function intfields_data

tests/test_queryset.py:35–38  ·  view source on GitHub ↗

Build large dataset for IntFields tests.

(db)

Source from the content-addressed store, hash-verified

33
34@pytest_asyncio.fixture
35async def intfields_data(db):
36 """Build large dataset for IntFields tests."""
37 intfields = [await IntFields.create(intnum=val) for val in range(10, 100, 3)]
38 return intfields
39
40
41@pytest.mark.asyncio

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…