Fixture that provides a saved NoID model instance.
(db)
| 507 | |
| 508 | @pytest_asyncio.fixture |
| 509 | async def noid_model(db): |
| 510 | """Fixture that provides a saved NoID model instance.""" |
| 511 | return await NoID.create(name="Test") |
| 512 | |
| 513 | |
| 514 | @pytest_asyncio.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…