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

Method result

tests/operators/test_result.py:131–133  ·  view source on GitHub ↗

Create Result for testing.

(self)

Source from the content-addressed store, hash-verified

129
130 @pytest.fixture
131 def result(self):
132 """Create Result for testing."""
133 return Result(item_idx=0)
134
135 def test_add_filter_rejected(self, result):
136 """Test add_filter for rejection."""

Callers 4

build_dataloadersFunction · 0.80
_pre_encode_imagesMethod · 0.80
generateMethod · 0.80

Calls 1

ResultClass · 0.90

Tested by

no test coverage detected