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

Function sample_result

tests/conftest.py:243–247  ·  view source on GitHub ↗

Create a sample Result for testing.

()

Source from the content-addressed store, hash-verified

241
242@pytest.fixture
243def sample_result():
244 """Create a sample Result for testing."""
245 from datastudio.operators.core.result import Result
246
247 return Result(item_idx=0)
248
249
250# =============================================================================

Callers

nothing calls this directly

Calls 1

ResultClass · 0.90

Tested by

no test coverage detected