MCPcopy
hub / github.com/pandas-dev/pandas / test_na_elem_output

Function test_na_elem_output

pandas/tests/io/xml/test_to_xml.py:356–360  ·  view source on GitHub ↗
(parser, geom_df)

Source from the content-addressed store, hash-verified

354
355
356def test_na_elem_output(parser, geom_df):
357 output = geom_df.to_xml(parser=parser)
358 output = equalize_decl(output)
359
360 assert output == na_expected
361
362
363def test_na_empty_str_elem_option(parser, geom_df):

Callers

nothing calls this directly

Calls 2

equalize_declFunction · 0.85
to_xmlMethod · 0.80

Tested by

no test coverage detected