MCPcopy Create free account
hub / github.com/TextGeneratorio/text-generator.io / test_pptx_local

Function test_pptx_local

tests/unit/test_document_processor.py:54–56  ·  view source on GitHub ↗
(pptx_file)

Source from the content-addressed store, hash-verified

52
53
54def test_pptx_local(pptx_file):
55 md = convert_to_markdown(str(pptx_file))
56 assert md.strip()
57
58
59def test_pdf_local(pdf_file):

Callers

nothing calls this directly

Calls 1

convert_to_markdownFunction · 0.90

Tested by

no test coverage detected