(self)
| 103 | await self.validate_metrics("counter", "A counter", 2) |
| 104 | |
| 105 | async def test_report_metrics_2(self): |
| 106 | await self.validate_metrics("counter", "Another counter", 3) |
| 107 | |
| 108 | async def test_report_metrics_3(self): |
| 109 | await self.validate_metrics("requests", "Number of requests", 5) |
nothing calls this directly
no test coverage detected