← Về thư mục
scripts/test_check_collaboration_depth_rubric.py
- _run · function · L14-L15 — def _run(root: Path)
- _valid_rubric_text · function · L18-L40 — def _valid_rubric_text() -> str
- _valid_agent_text · function · L43-L55 — def _valid_agent_text() -> str
- _valid_orchestrator_text · function · L58-L64 — def _valid_orchestrator_text() -> str
- _valid_skill_md_text · function · L67-L79 — def _valid_skill_md_text() -> str
- _make_repo · function · L82-L89 — def _make_repo(root: Path) -> None
- TestCollaborationDepthRubric · class · L92-L235 — class TestCollaborationDepthRubric(unittest.TestCase)
- test_valid_layout_passes · method · L93-L98 — def test_valid_layout_passes(self) -> None
- test_missing_rubric_fails · method · L100-L107 — def test_missing_rubric_fails(self) -> None
- test_rubric_without_doi_fails · method · L109-L117 — def test_rubric_without_doi_fails(self) -> None
- test_rubric_without_version_field_fails · method · L119-L127 — def test_rubric_without_version_field_fails(self) -> None
- test_rubric_missing_dimension_fails · method · L129-L137 — def test_rubric_missing_dimension_fails(self) -> None
- test_agent_without_rubric_ref_fails · method · L139-L147 — def test_agent_without_rubric_ref_fails(self) -> None
- test_agent_with_drifted_frontmatter_but_correct_body_fails · method · L149-L169 — def test_agent_with_drifted_frontmatter_but_correct_body_fails(self) -> None
- test_agent_blocking_true_fails · method · L171-L179 — def test_agent_blocking_true_fails(self) -> None
- test_orchestrator_missing_invocation_fails · method · L181-L189 — def test_orchestrator_missing_invocation_fails(self) -> None
- test_orchestrator_without_completion_context_fails · method · L191-L201 — def test_orchestrator_without_completion_context_fails(self) -> None
- test_orchestrator_keyword_only_without_dispatch_fails · method · L203-L225 — def test_orchestrator_keyword_only_without_dispatch_fails(self) -> None
- test_skill_md_without_nonblocking_phrase_fails · method · L227-L235 — def test_skill_md_without_nonblocking_phrase_fails(self) -> None