(db)
| 34 | |
| 35 | @pytest.mark.asyncio |
| 36 | async def test_empty(db): |
| 37 | with pytest.raises(IntegrityError): |
| 38 | await testmodels.DecimalFields.create() |
| 39 | |
| 40 | |
| 41 | @pytest.mark.asyncio |
nothing calls this directly
no test coverage detected
searching dependent graphs…