| LOW | tests/test_emoji_detection.py | 6 | def test_link_text_with_emoji(self): |
| LOW | tests/test_emoji_detection.py | 10 | def test_no_emoji_in_link_text(self): |
| LOW | tests/test_emoji_detection.py | 14 | def test_emoji_in_bracketed_description(self): |
| LOW | tests/test_emoji_detection.py | 18 | def test_emoji_in_parenthesized_description(self): |
| LOW | tests/test_emoji_detection.py | 22 | def test_zwj_sequence_detection(self): |
| LOW | tests/test_emoji_detection.py | 28 | def test_url_with_emoji_but_not_text(self): |
| LOW | tests/test_main_e2e.py | 8 | def test_main_trims_and_writes_backup(self): |
| LOW | tests/test_fullstack_variants.py | 8 | def test_bracket_variants_normalized(self): |
| LOW | tests/test_remove_emoji.py | 6 | def test_remove_from_link_text(self): |
| LOW | tests/test_remove_emoji.py | 13 | def test_remove_from_bracket_desc(self): |
| LOW | tests/test_remove_emoji.py | 20 | def test_remove_from_paren_desc(self): |
| LOW | tests/test_feed_json.py | 16 | def test_extract_portfolio_data(): |
| LOW | tests/test_alphabetical.py | 6 | def test_trim_and_remove_duplicate(self): |
| LOW | tests/test_alphabetical.py | 36 | def test_non_markdown_ignored(self): |
| LOW | tests/test_alphabetical.py | 48 | def test_multiple_adjacent_duplicates(self): |
| LOW | tests/test_alphabetical.py | 59 | def test_remove_leading_single_letter_token(self): |
| LOW | tests/test_alphabetical.py | 70 | def test_strip_aaa_prefix_token(self): |
| LOW | tests/test_alphabetical.py | 90 | def test_validate_section_placement_single_misplaced(self): |
| LOW | tests/test_alphabetical.py | 118 | def test_validate_section_placement_multiple_misplaced(self): |
| LOW | tests/test_alphabetical.py | 135 | def test_validate_section_placement_accented_characters(self): |
| LOW | tests/test_alphabetical.py | 151 | def test_validate_section_placement_no_misplaced(self): |
| LOW | tests/test_alphabetical.py | 166 | def test_validate_section_placement_creates_new_section(self): |
| LOW | src/alphabetical.py | 87 | def validate_section_placement(lines): |
| LOW | src/alphabetical.py | 222 | def sort_lists_alphabetically(lines): |
| LOW | src/alphabetical.py | 504 | def remove_exact_duplicate_links(lines): |