← Về thư mục
scripts/test_slr_lineage_emission.py
- ResolveFromStagesTest · class · L38-L95 — class ResolveFromStagesTest(unittest.TestCase)
- test_systematic_review_stage_present_returns_true · method · L46-L51 — def test_systematic_review_stage_present_returns_true(self) -> None
- test_no_systematic_review_returns_false · method · L53-L58 — def test_no_systematic_review_returns_false(self) -> None
- test_mid_entry_no_stage_1_returns_false · method · L60-L67 — def test_mid_entry_no_stage_1_returns_false(self) -> None
- test_empty_stages_returns_false · method · L69-L70 — def test_empty_stages_returns_false(self) -> None
- test_slr_mode_alias_accepted · method · L72-L77 — def test_slr_mode_alias_accepted(self) -> None
- test_non_deep_research_systematic_review_ignored · method · L79-L86 — def test_non_deep_research_systematic_review_ignored(self) -> None
- test_stage_without_mode_skipped · method · L88-L95 — def test_stage_without_mode_skipped(self) -> None
- RendererIntegrationTest · class · L101-L148 — class RendererIntegrationTest(unittest.TestCase)
- _inp · method · L107-L115 — def _inp(self, *, slr_lineage=False, mode_param=None)
- test_pipeline_emitted_slr_lineage_dispatches_without_mode_param · method · L117-L126 — def test_pipeline_emitted_slr_lineage_dispatches_without_mode_param(self) -> None
- test_non_slr_pipeline_passport_still_blocks_prisma_track · method · L128-L136 — def test_non_slr_pipeline_passport_still_blocks_prisma_track(self) -> None
- test_pre_111_passport_with_mode_param_dispatches_cold_start · method · L138-L148 — def test_pre_111_passport_with_mode_param_dispatches_cold_start(self) -> None
- EndToEndPipelineHandoffTest · class · L154-L191 — class EndToEndPipelineHandoffTest(unittest.TestCase)
- test_slr_pipeline_full_handoff_dispatches · method · L158-L174 — def test_slr_pipeline_full_handoff_dispatches(self) -> None
- test_non_slr_pipeline_handoff_blocks · method · L176-L191 — def test_non_slr_pipeline_handoff_blocks(self) -> None
- EmitMonotonicOrTest · class · L197-L226 — class EmitMonotonicOrTest(unittest.TestCase)
- test_resume_preserves_true_when_stages_empty · method · L204-L206 — def test_resume_preserves_true_when_stages_empty(self) -> None: # Empty stages (fresh resume), but passport already carries the SLR signal
- test_in_session_new_slr_flips_false_to_true · method · L208-L210 — def test_in_session_new_slr_flips_false_to_true(self) -> None
- test_no_evidence_anywhere_returns_false · method · L212-L214 — def test_no_evidence_anywhere_returns_false(self) -> None: # Empty stages + no incoming signal = honest false
- test_none_incoming_treated_as_false · method · L216-L220 — def test_none_incoming_treated_as_false(self) -> None
- test_default_incoming_is_none_safe · method · L222-L226 — def test_default_incoming_is_none_safe(self) -> None