Create collector for testing.
(self)
| 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.""" |
nothing calls this directly
no test coverage detected