Create a SourceFields instance for testing.
(db)
| 18 | |
| 19 | @pytest_asyncio.fixture |
| 20 | async def source_fields_instance(db): |
| 21 | """Create a SourceFields instance for testing.""" |
| 22 | return await SourceFields.create(chars="Test") |
| 23 | |
| 24 | |
| 25 | # ============================================================================ |
nothing calls this directly
no test coverage detected
searching dependent graphs…