(self, **kwargs)
| 389 | |
| 390 | class TestXmlItemExporter(TestBaseItemExporter): |
| 391 | def _get_exporter(self, **kwargs): |
| 392 | return XmlItemExporter(self.output, **kwargs) |
| 393 | |
| 394 | def assertXmlEquivalent(self, first, second, msg=None): |
| 395 | def xmltuple(elem): |
nothing calls this directly
no test coverage detected