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

Method item

tests/operators/test_data_item.py:283–285  ·  view source on GitHub ↗

Create DataItem for testing.

(self, sample_data_item)

Source from the content-addressed store, hash-verified

281
282 @pytest.fixture
283 def item(self, sample_data_item):
284 """Create DataItem for testing."""
285 return DataItem(sample_data_item)
286
287 def test_mark_rejected(self, item):
288 """Test mark_rejected sets rejected flag."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected