(self, exp)
| 542 | self.registry.register(CustomCollector()) |
| 543 | |
| 544 | def assert_is_escaped(self, exp): |
| 545 | self.assertRegex(exp, r'.*\ndotted_counter_total 1.0\n.*') |
| 546 | |
| 547 | def assert_is_utf8(self, exp): |
| 548 | self.assertRegex(exp, r'.*\n{"dotted.counter_total"} 1.0\n.*') |
no outgoing calls
no test coverage detected