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

Function sample_data_item

tests/conftest.py:47–49  ·  view source on GitHub ↗

Sample data item dictionary without image.

(sample_conversation)

Source from the content-addressed store, hash-verified

45
46@pytest.fixture
47def 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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected