MCPcopy Create free account
hub / github.com/NVIDIA/SkillSpector / test_chunk_label

Method test_chunk_label

tests/nodes/test_llm_analyzer_base.py:148–151  ·  view source on GitHub ↗
(self)

Source from the content-addressed store, hash-verified

146 assert not b.is_chunk
147
148 def test_chunk_label(self) -> None:
149 b = Batch(file_path="big.py", content="chunk", start_line=50, end_line=100)
150 assert b.is_chunk
151 assert "50" in b.file_label and "100" in b.file_label
152
153
154# ---------------------------------------------------------------------------

Callers

nothing calls this directly

Calls 1

BatchClass · 0.90

Tested by

no test coverage detected