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

Function test_classify_powershell_manifest

tests/test_detect.py:18–20  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

16 assert classify_file(Path("Utils.psm1")) == FileType.CODE
17
18def test_classify_powershell_manifest():
19 # #1331: .psd1 manifests must be classified as CODE so the manifest extractor runs.
20 assert classify_file(Path("MyModule.psd1")) == FileType.CODE
21
22def test_classify_markdown():
23 assert classify_file(Path("README.md")) == FileType.DOCUMENT

Callers

nothing calls this directly

Calls 1

classify_fileFunction · 0.90

Tested by

no test coverage detected