MCPcopy Create free account
hub / github.com/prometheus/client_python / test_report_metrics_4

Method test_report_metrics_4

tests/test_wsgi.py:66–67  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

64 self.validate_metrics("requests", "Number of requests", 5)
65
66 def test_report_metrics_4(self):
67 self.validate_metrics("failed_requests", "Number of failed requests", 7)
68
69 def test_favicon_path(self):
70 from unittest.mock import patch

Callers

nothing calls this directly

Calls 1

validate_metricsMethod · 0.95

Tested by

no test coverage detected