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