← Về thư mục
scripts/test_uncited_assertion.py
- TestDetectUncited · class · L27-L554 — class TestDetectUncited(unittest.TestCase)
- test_t_u1_quantifier_no_ref_is_candidate · method · L30-L41 — def test_t_u1_quantifier_no_ref_is_candidate(self) -> None
- test_t_u2_definition_is_not_candidate · method · L43-L50 — def test_t_u2_definition_is_not_candidate(self) -> None
- test_t_u3_methods_boilerplate_is_not_candidate · method · L52-L64 — def test_t_u3_methods_boilerplate_is_not_candidate(self) -> None
- test_t_u4_empirical_verb_is_candidate · method · L66-L75 — def test_t_u4_empirical_verb_is_candidate(self) -> None
- test_t_u5_manifest_claim_no_ref_is_still_candidate · method · L77-L111 — def test_t_u5_manifest_claim_no_ref_is_still_candidate(self) -> None
- test_t_u6_adjacent_text_with_ref_marker_filters_candidate · method · L113-L137 — def test_t_u6_adjacent_text_with_ref_marker_filters_candidate(self) -> None
- test_t_u6b_adjacent_text_without_ref_marker_preserves_candidate · method · L139-L150 — def test_t_u6b_adjacent_text_without_ref_marker_preserves_candidate( self, ) -> None
- test_t_u6c_missing_adjacent_text_preserves_v3_8_step_6_behavior · method · L152-L161 — def test_t_u6c_missing_adjacent_text_preserves_v3_8_step_6_behavior( self, ) -> None
- test_ref_marker_short_circuits_candidate · method · L163-L178 — def test_ref_marker_short_circuits_candidate(self) -> None
- test_ref_marker_accepts_malformed_shapes · method · L180-L209 — def test_ref_marker_accepts_malformed_shapes(self) -> None
- test_bare_integer_after_section_cue_is_not_quantifier · method · L211-L244 — def test_bare_integer_after_section_cue_is_not_quantifier(self) -> None
- test_ref_marker_rejects_non_citation_ref_comments · method · L246-L272 — def test_ref_marker_rejects_non_citation_ref_comments(self) -> None
- test_bare_integer_after_period_is_a_quantifier · method · L274-L303 — def test_bare_integer_after_period_is_a_quantifier(self) -> None
- test_multiline_dotted_version_is_not_quantifier · method · L305-L330 — def test_multiline_dotted_version_is_not_quantifier(self) -> None
- test_ref_marker_accepts_hyphenated_slug_and_finalizer_status · method · L332-L362 — def test_ref_marker_accepts_hyphenated_slug_and_finalizer_status( self, ) -> None
- test_trigger_tokens_dedup_preserving_document_order · method · L364-L390 — def test_trigger_tokens_dedup_preserving_document_order(self) -> None
- test_numeric_quantifier_excludes_year_and_version_strings · method · L392-L442 — def test_numeric_quantifier_excludes_year_and_version_strings(self) -> None
- test_bare_number_quantifier_still_fires · method · L444-L469 — def test_bare_number_quantifier_still_fires(self) -> None
- test_detect_uncited_assertions_raises_on_missing_sentence_text · method · L471-L514 — def test_detect_uncited_assertions_raises_on_missing_sentence_text( self, ) -> None
- gen · function · L507-L509 — def gen()
- test_uncited_assertion_entry_raises_on_missing_trigger_tokens · method · L516-L554 — def test_uncited_assertion_entry_raises_on_missing_trigger_tokens( self, ) -> None