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

Method data_item

tests/operators/test_result.py:210–212  ·  view source on GitHub ↗

Create DataItem for testing.

(self, sample_data_item)

Source from the content-addressed store, hash-verified

208
209 @pytest.fixture
210 def data_item(self, sample_data_item):
211 """Create DataItem for testing."""
212 return DataItem(sample_data_item)
213
214 def test_apply_to_no_changes(self, data_item):
215 """Test apply_to with no decisions."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected