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

Method item

tests/operators/test_data_item.py:206–208  ·  view source on GitHub ↗

Create DataItem for testing.

(self, sample_data_item)

Source from the content-addressed store, hash-verified

204
205 @pytest.fixture
206 def item(self, sample_data_item):
207 """Create DataItem for testing."""
208 return DataItem(sample_data_item)
209
210 def test_set_question(self, item):
211 """Test set_question modifies question."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected