Test creating M2M model without relations.
(db)
| 7 | |
| 8 | @pytest.mark.asyncio |
| 9 | async def test_empty(db): |
| 10 | """Test creating M2M model without relations.""" |
| 11 | await testmodels.M2MOne.create() |
| 12 | |
| 13 | |
| 14 | @pytest.mark.asyncio |
nothing calls this directly
no test coverage detected
searching dependent graphs…