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