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

Function test_css_to_excel

pandas/tests/io/formats/test_to_excel.py:234–236  ·  view source on GitHub ↗
(css, expected)

Source from the content-addressed store, hash-verified

232 ],
233)
234def test_css_to_excel(css, expected):
235 convert = CSSToExcelConverter()
236 assert expected == convert(css)
237
238
239def test_css_to_excel_multiple():

Callers

nothing calls this directly

Calls 2

CSSToExcelConverterClass · 0.90
convertFunction · 0.85

Tested by

no test coverage detected