(self)
| 24 | class MetricsResourceTest(TestCase): |
| 25 | @skipUnless(HAVE_TWISTED, "Don't have twisted installed.") |
| 26 | def setUp(self): |
| 27 | self.registry = CollectorRegistry() |
| 28 | |
| 29 | def test_reports_metrics(self): |
| 30 | """ |
nothing calls this directly
no test coverage detected