(self)
| 130 | self.assert_outputs(outputs, metric_name, help_text, increments, compressed=False) |
| 131 | |
| 132 | def test_report_metrics_1(self): |
| 133 | self.validate_metrics("counter", "A counter", 2) |
| 134 | |
| 135 | def test_report_metrics_2(self): |
| 136 | self.validate_metrics("counter", "Another counter", 3) |
nothing calls this directly
no test coverage detected