(self, exp)
| 548 | self.assertRegex(exp, r'.*\n{"dotted.counter_total"} 1.0\n.*') |
| 549 | |
| 550 | def assert_is_prom(self, exp): |
| 551 | self.assertNotRegex(exp, r'# EOF') |
| 552 | |
| 553 | def assert_is_openmetrics(self, exp): |
| 554 | self.assertRegex(exp, r'# EOF') |
no outgoing calls
no test coverage detected