(db)
| 9 | |
| 10 | @pytest.mark.asyncio |
| 11 | async def test_empty(db): |
| 12 | with pytest.raises(IntegrityError): |
| 13 | await testmodels.FloatFields.create() |
| 14 | |
| 15 | |
| 16 | @pytest.mark.asyncio |
nothing calls this directly
no test coverage detected
searching dependent graphs…