(parser, geom_df)
| 354 | |
| 355 | |
| 356 | def 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 | |
| 363 | def test_na_empty_str_elem_option(parser, geom_df): |
nothing calls this directly
no test coverage detected