(self, *args, **kwargs)
| 43 | |
| 44 | class SummaryBaseTest: |
| 45 | def text(self, *args, **kwargs): |
| 46 | raise NotImplementedError() |
| 47 | |
| 48 | def test_tag(self): |
| 49 | self.assertEqual("a", self.text("a", "foo").value[0].tag) |
no outgoing calls
no test coverage detected