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

Function test_empty

tests/fields/test_bool.py:8–10  ·  view source on GitHub ↗
(db)

Source from the content-addressed store, hash-verified

6
7@pytest.mark.asyncio
8async def test_empty(db):
9 with pytest.raises(IntegrityError):
10 await testmodels.BooleanFields.create()
11
12
13@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…