MCPcopy Index your code
hub / github.com/python/cpython / serialize_check

Method serialize_check

Lib/test/test_xml_etree.py:218–219  ·  view source on GitHub ↗
(self, elem, expected)

Source from the content-addressed store, hash-verified

216class ElementTreeTest(unittest.TestCase):
217
218 def serialize_check(self, elem, expected):
219 self.assertEqual(serialize(elem), expected)
220
221 def test_constructor(self):
222 # Test constructor behavior.

Callers 9

test_simpleopsMethod · 0.95
test_cdataMethod · 0.95
test_copyMethod · 0.95
test_makeelementMethod · 0.95
test_parsefileMethod · 0.95
test_writefileMethod · 0.95
test_entityMethod · 0.95
test_namespaceMethod · 0.95
test_qnameMethod · 0.95

Calls 2

serializeFunction · 0.85
assertEqualMethod · 0.45

Tested by

no test coverage detected