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

Function test_classify_markdown

tests/test_detect.py:22–23  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

20 assert classify_file(Path("MyModule.psd1")) == FileType.CODE
21
22def test_classify_markdown():
23 assert classify_file(Path("README.md")) == FileType.DOCUMENT
24
25def test_classify_pdf():
26 assert classify_file(Path("paper.pdf")) == FileType.PAPER

Callers

nothing calls this directly

Calls 1

classify_fileFunction · 0.90

Tested by

no test coverage detected