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

Function test_empty

tests/fields/test_char.py:19–21  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

17
18@pytest.mark.asyncio
19async def test_empty(db):
20 with pytest.raises(ValidationError):
21 await testmodels.CharFields.create()
22
23
24@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…