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

Function test_classify_python

tests/test_detect.py:8–9  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

6FIXTURES = Path(__file__).parent / "fixtures"
7
8def test_classify_python():
9 assert classify_file(Path("foo.py")) == FileType.CODE
10
11def test_classify_typescript():
12 assert classify_file(Path("bar.ts")) == FileType.CODE

Callers

nothing calls this directly

Calls 1

classify_fileFunction · 0.90

Tested by

no test coverage detected