MCPcopy Create free account
hub / github.com/Graphify-Labs/graphify / test_classify_pdf

Function test_classify_pdf

tests/test_detect.py:25–26  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

23 assert classify_file(Path("README.md")) == FileType.DOCUMENT
24
25def test_classify_pdf():
26 assert classify_file(Path("paper.pdf")) == FileType.PAPER
27
28def test_classify_pdf_in_xcassets_skipped():
29 # PDFs inside Xcode asset catalogs are vector icons, not papers

Callers

nothing calls this directly

Calls 1

classify_fileFunction · 0.90

Tested by

no test coverage detected