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

Method item

tests/operators/test_data_item.py:112–114  ·  view source on GitHub ↗

Create DataItem for testing.

(self, sample_data_item)

Source from the content-addressed store, hash-verified

110
111 @pytest.fixture
112 def item(self, sample_data_item):
113 """Create DataItem for testing."""
114 return DataItem(sample_data_item)
115
116 def test_data_property(self, item):
117 """Test data property returns underlying dict."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected