(db)
| 19 | |
| 20 | @pytest.mark.asyncio |
| 21 | async def test_empty(db): |
| 22 | with pytest.raises(IntegrityError): |
| 23 | await testmodels.MinRelation.create() |
| 24 | |
| 25 | |
| 26 | @pytest.mark.asyncio |
nothing calls this directly
no test coverage detected
searching dependent graphs…