Skip to content

Commit b03875f

Browse files
committed
split pull metric reader tests into separate class to fix pylint R0904
1 parent ebc4498 commit b03875f

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

opentelemetry-sdk/tests/_configuration/test_meter_provider.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -287,6 +287,8 @@ def test_otlp_grpc_missing_package_raises(self):
287287
create_meter_provider(config)
288288
self.assertIn("otlp-proto-grpc", str(ctx.exception))
289289

290+
291+
class TestCreatePullMetricReaders(unittest.TestCase):
290292
def test_pull_prometheus_creates_reader(self):
291293
mock_reader_cls = MagicMock()
292294
mock_start_server = MagicMock()

0 commit comments

Comments
 (0)