MCPcopy Create free account
hub / github.com/Open-Bee/DataStudio / sample_data_item_with_image

Function sample_data_item_with_image

tests/conftest.py:53–59  ·  view source on GitHub ↗

Sample data item with image.

(sample_conversation)

Source from the content-addressed store, hash-verified

51
52@pytest.fixture
53def 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected