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

Function data_item_with_image

tests/conftest.py:188–192  ·  view source on GitHub ↗

Create a DataItem with image for testing.

(sample_data_item_with_image)

Source from the content-addressed store, hash-verified

186
187@pytest.fixture
188def data_item_with_image(sample_data_item_with_image):
189 """Create a DataItem with image for testing."""
190 from datastudio.operators.core.data_item import DataItem
191
192 return DataItem(sample_data_item_with_image)
193
194
195@pytest.fixture

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected