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

Method test_attlist_default

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

Source from the content-addressed store, hash-verified

1301
1302 @unittest.expectedFailure # TODO: RUSTPYTHON
1303 def test_attlist_default(self):
1304 # Test default attribute values; See BPO 42151.
1305 root = ET.fromstring(ATTLIST_XML)
1306 self.assertEqual(root[0].attrib,
1307 {'{http://www.w3.org/XML/1998/namespace}lang': 'eng'})
1308
1309
1310class IterparseTest(unittest.TestCase):

Callers

nothing calls this directly

Calls 2

fromstringMethod · 0.45
assertEqualMethod · 0.45

Tested by

no test coverage detected