Create a StraightFields instance for testing.
(db)
| 12 | |
| 13 | @pytest_asyncio.fixture |
| 14 | async def straight_fields_instance(db): |
| 15 | """Create a StraightFields instance for testing.""" |
| 16 | return await StraightFields.create(chars="Test") |
| 17 | |
| 18 | |
| 19 | @pytest_asyncio.fixture |
nothing calls this directly
no test coverage detected
searching dependent graphs…