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

Function test_classify_powershell_module

tests/test_detect.py:14–16  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

12 assert classify_file(Path("bar.ts")) == FileType.CODE
13
14def test_classify_powershell_module():
15 # #1315: .psm1 modules were never indexed (CODE_EXTENSIONS gap).
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.

Callers

nothing calls this directly

Calls 1

classify_fileFunction · 0.90

Tested by

no test coverage detected