(self, exp)
| 551 | self.assertNotRegex(exp, r'# EOF') |
| 552 | |
| 553 | def assert_is_openmetrics(self, exp): |
| 554 | self.assertRegex(exp, r'# EOF') |
| 555 | |
| 556 | def test_default_encoder(self): |
| 557 | generator, content_type = choose_encoder(None) |
no outgoing calls
no test coverage detected