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