MCPcopy Index your code
hub / github.com/RustPython/RustPython / test_xinclude_repeated

Method test_xinclude_repeated

Lib/test/test_xml_etree.py:2101–2106  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

2099
2100 @unittest.expectedFailure # TODO: RUSTPYTHON
2101 def test_xinclude_repeated(self):
2102 from xml.etree import ElementInclude
2103
2104 document = self.xinclude_loader("include_c1_repeated.xml")
2105 ElementInclude.include(document, self.xinclude_loader)
2106 self.assertEqual(1+4*2, len(document.findall(".//p")))
2107
2108 @unittest.expectedFailure # TODO: RUSTPYTHON
2109 def test_xinclude_failures(self):

Callers

nothing calls this directly

Calls 4

xinclude_loaderMethod · 0.95
lenFunction · 0.85
assertEqualMethod · 0.45
findallMethod · 0.45

Tested by

no test coverage detected