MCPcopy Create free account

hub / github.com/AdbAutoPlayer/AdbAutoPlayer / functions

Functions1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer

Methodtest_missing_file_returns_empty_dict
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:668
Methodtest_missing_games_part
Test that module paths without 'games' as second part raise ValueError.
src-tauri/src-python/tests/utils/string_helper/test_module_helper.py:30
Methodtest_missing_returns_false
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:514
Methodtest_mixed_case
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:20
Methodtest_mixed_crop_types
Test mixing percentage and pixel crop values.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:113
Methodtest_mixed_pixels_and_percentages_no_validation
Test that mixed pixels and percentages don't trigger validation.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_validation.py:59
Methodtest_mixed_valid_combination
Test mixed pixel and percentage combinations.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_complex_scenarios.py:24
Methodtest_mock_afkj_unused_methods_coverage
Call all stubbed methods in MockAFKJ for coverage.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:316
Methodtest_mock_handler_unused_methods_coverage
Call all stubbed methods in MockHandler for coverage.
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:228
Methodtest_mock_popup_handler_coverage
Call stubbed methods in MockPopupHandler for coverage.
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:109
Methodtest_module_path_too_short
Test that module paths shorter than 3 parts raise ValueError.
src-tauri/src-python/tests/utils/string_helper/test_module_helper.py:22
Methodtest_multiple_occurrences
Test multiple occurrences of username in path.
src-tauri/src-python/tests/utils/string_helper/test_sanitize_path.py:55
Methodtest_multiple_underscores
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:8
Methodtest_mythic_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:275
Functiontest_navigate_to_guild_members_screen_failure
Guild tab not found even after navigate_to_world -> returns False.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:507
Functiontest_navigate_to_guild_members_screen_success
Guild tab found by OCR -> swipe -> Members button found -> returns True.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:476
Methodtest_negative_float_error
Test that negative floats raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:15
Methodtest_negative_int_error
Test that negative integers raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:10
Methodtest_negative_values_error
Test that negative values raise errors.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_invalid_input.py:27
Methodtest_neither_file_cached_triggers_download
Neither file cached → download triggered.
src-tauri/src-python/tests/ocr/test_qwen2vl_backend.py:49
Methodtest_no_crop_returns_original
Test that no cropping returns a copy of the original image.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:71
Methodtest_no_entry_when_fuzzy_returns_same_as_input
If fuzzy returns the same string, nothing is added.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:458
Methodtest_no_locked_heroes_does_nothing
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:534
Methodtest_no_match_found_returns_none
Test that no match returns None.
src-tauri/src-python/tests/template_matching/test_template_matching_find_template_match.py:28
Methodtest_no_match_returns_none
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:114
Methodtest_no_match_returns_unknown
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:301
Methodtest_no_matches_returns_empty_list
Test that no matches returns empty list.
src-tauri/src-python/tests/template_matching/test_template_matching_find_all_matches.py:32
Methodtest_no_pending_returns_early
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:565
Methodtest_no_png_header_raises_value_error
(self)
src-tauri/src-python/tests/image_manipulation/io/test_io_get_bgr_np_array_from_png_bytes.py:36
Methodtest_no_synonyms_loads_from_disk
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:154
Methodtest_noise_words_removed_before_parsing
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:362
Methodtest_non_paragon_not_affected
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:557
Methodtest_normalized_floats
Test normalized float inputs (0.0-1.0).
src-tauri/src-python/tests/models/test_confidence_value.py:29
Methodtest_ocr_map_patterns
(self, raw: str, expected: str)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:271
Methodtest_ocr_noise_still_matches
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:225
Methodtest_ocr_t_as_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:357
Methodtest_ocr_tokens_skip_single_char
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:70
Methodtest_only_config_cached_triggers_download
config.json cached but weight index missing → download triggered.
src-tauri/src-python/tests/ocr/test_qwen2vl_backend.py:39
Methodtest_ordering_comparisons
Test ordering comparisons.
src-tauri/src-python/tests/models/test_confidence_value.py:103
Methodtest_oserror_triggers_retry_with_force_redownload
OSError from from_pretrained triggers force re-download.
src-tauri/src-python/tests/ocr/test_qwen2vl_backend.py:93
Methodtest_out_of_range_number_ignored
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:379
Methodtest_p1_threshold_is_20_not_15
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:513
Methodtest_paragon_locked_not_downgraded
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:551
Methodtest_paragons_downgraded_to_supreme_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:542
Methodtest_pending_resolved_to_paragon1_when_enough_sup_not_enough_p1
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:404
Methodtest_pending_resolved_to_paragon2_when_enough_p1_not_enough_p2
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:419
Methodtest_pending_resolved_to_paragon4_when_all_thresholds_met
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:448
Methodtest_pending_resolved_to_supreme_plus_when_not_enough_sup
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:435
Methodtest_percentage_crop_basic
Test basic percentage-based cropping.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:83
Methodtest_percentage_crop_exceeds_100_percent
Test that percentage crop exceeding 100% raises error.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:163
Methodtest_percentage_property_error
Test percentage property error for pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_properties.py:21
Methodtest_percentage_property_success
Test percentage property for percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_properties.py:16
Methodtest_percentage_strings
Test percentage string inputs.
src-tauri/src-python/tests/models/test_confidence_value.py:11
Methodtest_percentage_too_large_error
Test that percentage >= 1.0 raises ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:20
Methodtest_perfect_match_found
Test finding a perfect template match.
src-tauri/src-python/tests/template_matching/test_template_matching_find_template_match.py:15
Methodtest_persistent_oserror_sets_model_load_failed
If the retry also raises OSError, model_load_failed is set to True.
src-tauri/src-python/tests/ocr/test_qwen2vl_backend.py:126
Methodtest_pixel_crop_basic
Test basic pixel-based cropping.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:98
Methodtest_pixel_crop_exceeds_image_height
Test that pixel crop exceeding image height raises error.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:177
Methodtest_pixel_crop_exceeds_image_width
Test that pixel crop exceeding image width raises error.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:169
Methodtest_pixels_only_no_validation
Test that pixel-only values don't trigger validation.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_validation.py:70
Methodtest_pixels_property_error
Test pixels property error for percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_properties.py:34
Methodtest_pixels_property_success
Test pixels property for pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_properties.py:29
Methodtest_plus_pattern_extraction
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:353
Methodtest_png_with_warning_prefix
(self)
src-tauri/src-python/tests/image_manipulation/io/test_io_get_bgr_np_array_from_png_bytes.py:24
Methodtest_point_creation_invalid_negative
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:13
Methodtest_point_creation_valid
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:8
Methodtest_preprocess_screenshot_coverage
Cover _preprocess_screenshot_for_popup internal branches.
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:141
Functiontest_push_afk_stages
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:182
Functiontest_push_afk_stages_timeout_fallback
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:189
Functiontest_push_duras_trials
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:302
Methodtest_push_legend_trials_full_flow
Cover push_legend_trials main loop and faction logic.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:143
Methodtest_random_point_margin_edge_cases
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:101
Methodtest_random_point_no_margin
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:71
Methodtest_random_point_when_no_room_due_to_margin
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:122
Methodtest_random_point_with_float_margin
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:77
Methodtest_random_point_with_percentage_string_margin
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:89
Methodtest_rank_correction_via_name_lookup
Qwen assigns wrong rank to a player that bbox correctly identified.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:156
Methodtest_rank_deduplication_prefers_bbox_confirmed_name
When two players share a rank, bbox-confirmed name replaces the first.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:167
Methodtest_rank_shift_correction_via_empty_ranks
Off-by-one rank shift corrected using bbox empty_ranks heuristic.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:209
Methodtest_ranked_beats_null_rank_for_same_player
When a player has both ranked and null observations, rank wins.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:62
Methodtest_ranked_observation_wins_over_null_supplements
Sebv=7 from Qwen frame 0 must not be overridden by 6x null-rank votes.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:36
Methodtest_rapidocr_backend_partial_coverage_fixes
Fix partial coverage in lines 28, 62, and 96.
src-tauri/src-python/tests/ocr/test_rapidocr_backend.py:251
Methodtest_repr
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:67
Methodtest_repr_percentage
Test repr representation for percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_string_repr.py:25
Methodtest_repr_pixels
Test repr representation for pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_string_repr.py:20
Methodtest_repr_representation
Test repr representation.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_string_repr.py:19
Methodtest_resolve_label_from_settings_no_gui_metadata
Test label resolution when no GUI metadata is present.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:117
Methodtest_resolve_label_from_settings_no_label_from_settings
Test label resolution when no label_from_settings is set.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:93
Methodtest_resolve_label_from_settings_no_settings_file_path
Test label resolution when no Settings file path is set.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:104
Methodtest_resolves_to_given_tier
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:571
Methodtest_resolves_to_supreme_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:577
Methodtest_restart_on_exception
Test that the task restarts when a general exception occurs.
src-tauri/src-python/tests/utils/test_execute_restart.py:69
Methodtest_restart_on_exception_failure
Test that the task returns the original error when restart_game fails.
src-tauri/src-python/tests/utils/test_execute_restart.py:135
Methodtest_restart_on_timeout
Test that the task restarts when a timeout is triggered.
src-tauri/src-python/tests/utils/test_execute_restart.py:13
Methodtest_results_sorted_numerically_unranked_last
Ranked entries are sorted numerically; unranked entries appear last.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:93
Methodtest_returns_none_for_no_match
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:196
Methodtest_returns_paragon1_when_enough_sup_not_enough_p1
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:487
Methodtest_returns_paragon2_when_enough_p1_not_enough_p2
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:492
Methodtest_returns_paragon3_when_enough_p2_not_enough_p3
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:498
Methodtest_returns_paragon4_when_all_thresholds_met
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:505
← previousnext →1,401–1,500 of 1,693, ranked by callers