Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/TextGeneratorio/text-generator.io
/ test_docx_local
Function
test_docx_local
tests/unit/test_document_processor.py:49–51 ·
view source on GitHub ↗
(docx_file)
Source
from the content-addressed store, hash-verified
47
48
49
def
test_docx_local(docx_file):
50
md = convert_to_markdown(str(docx_file))
51
assert md.strip()
52
53
54
def
test_pptx_local(pptx_file):
Callers
nothing calls this directly
Calls
1
convert_to_markdown
Function · 0.90
Tested by
no test coverage detected