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

Method testCloneNodeEntity

Lib/test/test_minidom.py:1016–1018  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

1014
1015 @unittest.expectedFailure # TODO: RUSTPYTHON
1016 def testCloneNodeEntity(self):
1017 self.check_clone_node_entity(False)
1018 self.check_clone_node_entity(True)
1019
1020 def testNormalize(self):
1021 doc = parseString("<doc/>")

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected