Sample data item with image.
(sample_conversation)
| 51 | |
| 52 | @pytest.fixture |
| 53 | def sample_data_item_with_image(sample_conversation): |
| 54 | """Sample data item with image.""" |
| 55 | return { |
| 56 | "conversations": sample_conversation, |
| 57 | "image": "test_image.jpg", |
| 58 | "source_file": "test.json", |
| 59 | } |
| 60 | |
| 61 | |
| 62 | @pytest.fixture |
nothing calls this directly
no outgoing calls
no test coverage detected