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

Method collector

tests/utils/test_statistics.py:249–251  ·  view source on GitHub ↗

Create collector for testing.

(self)

Source from the content-addressed store, hash-verified

247
248 @pytest.fixture
249 def collector(self):
250 """Create collector for testing."""
251 return StatsCollector()
252
253 def test_start_operator(self, collector):
254 """Test start_operator."""

Callers

nothing calls this directly

Calls 1

StatsCollectorClass · 0.90

Tested by

no test coverage detected