Sample data item dictionary without image.
(sample_conversation)
| 45 | |
| 46 | @pytest.fixture |
| 47 | def sample_data_item(sample_conversation): |
| 48 | """Sample data item dictionary without image.""" |
| 49 | return {"conversations": sample_conversation, "source_file": "test.json"} |
| 50 | |
| 51 | |
| 52 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected