← Về thư mục
scripts/test_check_model_tiering.py
- _fixture_repo · function · L12-L43 — def _fixture_repo(tmp: Path, *, manifest_agents=None, doc_text=None, disk_paths=None)
- _run_on · function · L46-L51 — def _run_on(tmp: Path) -> int
- ModelTieringLintTests · class · L54-L232 — class ModelTieringLintTests(unittest.TestCase)
- test_repo_baseline_passes · method · L56-L61 — def test_repo_baseline_passes(self) -> None
- test_clean_fixture_passes · method · L63-L67 — def test_clean_fixture_passes(self) -> None
- test_new_agent_without_classification_fails · method · L69-L81 — def test_new_agent_without_classification_fails(self) -> None
- test_manifest_orphan_fails · method · L83-L94 — def test_manifest_orphan_fails(self) -> None
- test_invalid_tier_fails · method · L96-L106 — def test_invalid_tier_fails(self) -> None
- test_doc_count_mismatch_fails · method · L108-L118 — def test_doc_count_mismatch_fails(self) -> None
- test_agent_listed_in_wrong_section_fails · method · L120-L132 — def test_agent_listed_in_wrong_section_fails(self) -> None
- test_agent_in_both_sections_fails · method · L134-L145 — def test_agent_in_both_sections_fails(self) -> None
- test_duplicate_manifest_path_fails · method · L147-L158 — def test_duplicate_manifest_path_fails(self) -> None
- test_missing_doc_heading_fails · method · L160-L164 — def test_missing_doc_heading_fails(self) -> None
- test_extra_doc_token_fails · method · L166-L179 — def test_extra_doc_token_fails(self) -> None
- test_wrong_per_row_count_fails · method · L181-L193 — def test_wrong_per_row_count_fails(self) -> None
- test_duplicate_skill_row_fails · method · L195-L209 — def test_duplicate_skill_row_fails(self) -> None
- test_agent_in_unknown_skill_dir_fails · method · L211-L219 — def test_agent_in_unknown_skill_dir_fails(self) -> None
- test_skill_label_prefix_collision_is_not_a_false_pass · method · L221-L232 — def test_skill_label_prefix_collision_is_not_a_false_pass(self) -> None