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

Method item

tests/operators/test_data_item.py:249–251  ·  view source on GitHub ↗

Create DataItem for testing.

(self, sample_data_item)

Source from the content-addressed store, hash-verified

247
248 @pytest.fixture
249 def item(self, sample_data_item):
250 """Create DataItem for testing."""
251 return DataItem(sample_data_item)
252
253 def test_format_qa_question_only(self, item):
254 """Test format_qa with question only."""

Callers

nothing calls this directly

Calls 1

DataItemClass · 0.90

Tested by

no test coverage detected