tests/gateway/test_extract_local_files.py::TestBasicDetection::test_absolute_path_image tests/gateway/test_extract_local_files.py::TestBasicDetection::test_tilde_path_image tests/gateway/test_extract_local_files.py::TestBasicDetection::test_video_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_image_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_document_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_spreadsheet_and_data_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_presentation_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_audio_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_archive_extensions tests/gateway/test_extract_local_files.py::TestBasicDetection::test_html_extension tests/gateway/test_extract_local_files.py::TestBasicDetection::test_chart_pdf_path tests/gateway/test_extract_local_files.py::TestBasicDetection::test_case_insensitive_extension tests/gateway/test_extract_local_files.py::TestBasicDetection::test_multiple_paths tests/gateway/test_extract_local_files.py::TestBasicDetection::test_path_at_line_start tests/gateway/test_extract_local_files.py::TestBasicDetection::test_path_at_end_of_line tests/gateway/test_extract_local_files.py::TestBasicDetection::test_path_with_dots_in_directory tests/gateway/test_extract_local_files.py::TestBasicDetection::test_path_with_hyphens tests/gateway/test_extract_local_files.py::TestIsfileGuard::test_nonexistent_path_skipped tests/gateway/test_extract_local_files.py::TestIsfileGuard::test_only_existing_paths_extracted tests/gateway/test_extract_local_files.py::TestURLRejection::test_https_url_not_matched tests/gateway/test_extract_local_files.py::TestURLRejection::test_http_url_not_matched tests/gateway/test_extract_local_files.py::TestURLRejection::test_file_url_not_matched tests/gateway/test_extract_local_files.py::TestCodeBlockExclusion::test_fenced_code_block_skipped tests/gateway/test_extract_local_files.py::TestCodeBlockExclusion::test_inline_code_skipped tests/gateway/test_extract_local_files.py::TestCodeBlockExclusion::test_path_outside_code_block_still_matched tests/gateway/test_extract_local_files.py::TestCodeBlockExclusion::test_mixed_inline_code_and_bare_path tests/gateway/test_extract_local_files.py::TestCodeBlockExclusion::test_multiline_fenced_block tests/gateway/test_extract_local_files.py::TestDeduplication::test_duplicate_paths_deduplicated tests/gateway/test_extract_local_files.py::TestDeduplication::test_tilde_and_expanded_same_file tests/gateway/test_extract_local_files.py::TestTextCleanup::test_path_removed_from_text tests/gateway/test_extract_local_files.py::TestTextCleanup::test_excessive_blank_lines_collapsed tests/gateway/test_extract_local_files.py::TestTextCleanup::test_no_paths_text_unchanged tests/gateway/test_extract_local_files.py::TestTextCleanup::test_tilde_form_cleaned_from_text tests/gateway/test_extract_local_files.py::TestTextCleanup::test_only_path_in_text tests/gateway/test_extract_local_files.py::TestEdgeCases::test_empty_string tests/gateway/test_extract_local_files.py::TestEdgeCases::test_no_media_extensions tests/gateway/test_extract_local_files.py::TestEdgeCases::test_path_with_spaces_not_matched tests/gateway/test_extract_local_files.py::TestEdgeCases::test_windows_drive_letter_paths_matched[See C:\\Users\\test\\image.png here-C:\\Users\\test\\image.png] tests/gateway/test_extract_local_files.py::TestEdgeCases::test_windows_drive_letter_paths_matched[See C:/Users/test/image.png here-C:/Users/test/image.png] tests/gateway/test_extract_local_files.py::TestEdgeCases::test_windows_drive_letter_paths_matched[Video at D:/data/clip.mp4 ready-D:/data/clip.mp4] tests/gateway/test_extract_local_files.py::TestEdgeCases::test_windows_drive_letter_paths_matched[Path e:/audio/track.mp3 done-e:/audio/track.mp3] tests/gateway/test_extract_local_files.py::TestEdgeCases::test_relative_windows_path_not_matched tests/gateway/test_extract_local_files.py::TestEdgeCases::test_relative_path_not_matched tests/gateway/test_extract_local_files.py::TestEdgeCases::test_bare_filename_not_matched tests/gateway/test_extract_local_files.py::TestEdgeCases::test_path_followed_by_punctuation tests/gateway/test_extract_local_files.py::TestEdgeCases::test_path_in_parentheses tests/gateway/test_extract_local_files.py::TestEdgeCases::test_path_in_quotes tests/gateway/test_extract_local_files.py::TestEdgeCases::test_deep_nested_path