Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/AdbAutoPlayer/AdbAutoPlayer
/ functions
Functions
1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer
⨍
Functions
1,693
◇
Types & classes
357
↳
Endpoints
51
Method
test_get_filename_without_extension_multiple_dots
(self)
src-tauri/src-python/tests/utils/string_helper/test_string_helper.py:17
Method
test_get_filename_without_extension_no_extension
(self)
src-tauri/src-python/tests/utils/string_helper/test_string_helper.py:12
Method
test_get_menu_options_from_commands_empty_module
Test getting menu options from non-existent module.
src-tauri/src-python/tests/utils/test_ipc_model_converter.py:83
Method
test_get_supported_languages_fallback
Test _get_supported_languages falls back to Lang enum on error.
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_info.py:71
Method
test_get_supported_languages_success
Test _get_supported_languages with successful retrieval.
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_info.py:86
Method
test_grayscale_conversion_disabled
Test that images remain color when grayscale is disabled.
src-tauri/src-python/tests/template_matching/test_template_matching_prepare_images_for_processing.py:25
Method
test_grayscale_conversion_enabled
Test that images are converted to grayscale when enabled.
src-tauri/src-python/tests/template_matching/test_template_matching_prepare_images_for_processing.py:12
Method
test_grayscale_image
Test cropping grayscale images.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:144
Method
test_grayscale_matching
Test template matching with grayscale conversion.
src-tauri/src-python/tests/template_matching/test_template_matching_find_template_match.py:83
Method
test_grayscale_matching_multiple
Test finding multiple matches with grayscale conversion.
src-tauri/src-python/tests/template_matching/test_template_matching_find_all_matches.py:47
Method
test_grayscale_worst_match
Test worst match with grayscale conversion.
src-tauri/src-python/tests/template_matching/test_template_matching_find_worst_template_match.py:36
Method
test_hallucination_at_lower_rank_dropped
When a player appears more often at rank X, rank Y is a hallucination.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:107
Function
test_handle_arcane_labyrinth_confirm_taps_directly
confirm.png case: tap(result) called directly, _select_a_crest NOT called.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:249
Method
test_handle_checkbox_popup_grayscale
(self)
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_afkj_popup.py:64
Method
test_handle_checkbox_popup_no_preprocessing
(self)
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_afkj_popup.py:38
Method
test_handle_legend_trials_battle_failed_coverage
Cover the return None at line 137 (battle failed path).
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:269
Method
test_handle_legend_trials_battle_milestone_coverage
Cover _handle_legend_trials_battle milestone floor popup path.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:183
Method
test_handle_legend_trials_battle_records_coverage
Cover the case battle/records.png in _handle_legend_trials_battle.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:302
Method
test_handle_legend_trials_battle_success_coverage
Cover _handle_legend_trials_battle success and next floor path.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:166
Method
test_handle_legend_trials_battle_timeout_coverage
Cover GameTimeoutError at line 109 in _handle_legend_trials_battle.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:260
Method
test_handle_legend_trials_battle_unknown_match_coverage
Cover the case _ at line 133 in _handle_legend_trials_battle.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:276
Method
test_handle_legend_trials_battle_victory_rewards_coverage
Cover the case battle/victory_rewards.png in _handle_legend_trials_battle.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:286
Method
test_handle_overview_navigation_arcane_labyrinth
Test arcane labyrinth crest selection.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:129
Method
test_handle_overview_navigation_back_button_fallback
Test that Back button is hit if no template and no popup.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:119
Method
test_handle_overview_navigation_confirm
Test confirm template.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:82
Method
test_handle_overview_navigation_dotdotdot
Test dotdotdot template.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:96
Method
test_handle_overview_navigation_homestead_enter
Test homestead enter template.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:42
Method
test_handle_overview_navigation_homestead_enter_world
Test homestead enter template when we want world.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:157
Method
test_handle_overview_navigation_homestead_world
Test homestead world template (entering homestead from world).
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:57
Method
test_handle_overview_navigation_homestead_world_entering
Test homestead world template when we want world.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:143
Method
test_handle_overview_navigation_notice
Test notice template (game entry).
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:69
Method
test_handle_overview_navigation_popup_handling
Test that popup handling prevents hitting Back button.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:109
Method
test_handle_overview_navigation_world
Test recognition of world template.
src-tauri/src-python/tests/games/afk_journey/test_navigation_extended.py:30
Method
test_handle_popup_messages_full_logic
Cover handle_popup_messages loop, matching, and interaction.
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:105
Method
test_handle_popup_messages_no_match_coverage
Cover the case where no message matches the OCR text.
src-tauri/src-python/tests/games/afk_journey/test_popup_handler_full.py:195
Method
test_handle_stream_success_coverage
Cover line 166: buffer.clear() on success.
src-tauri/src-python/tests/test_device_stream.py:187
Method
test_handle_task_error_autoplayer_error_game_running
Test _handle_task_error with AutoPlayerError when game is running.
src-tauri/src-python/tests/test_game.py:334
Method
test_handle_task_error_autoplayer_error_not_running
Test _handle_task_error with AutoPlayerError when game not running.
src-tauri/src-python/tests/test_game.py:265
Method
test_handle_task_error_cv2_error_no_stream
Test _handle_task_error with cv2.error and no stream.
src-tauri/src-python/tests/test_game.py:324
Method
test_handle_task_error_cv2_error_with_stream
Test _handle_task_error with cv2.error and an active stream.
src-tauri/src-python/tests/test_game.py:314
Method
test_handle_task_error_game_frozen
Test _handle_task_error with GameNotRunningOrFrozenError.
src-tauri/src-python/tests/test_game.py:256
Method
test_handle_task_error_keyboard_interrupt
Test _handle_task_error with KeyboardInterrupt.
src-tauri/src-python/tests/test_game.py:274
Method
test_handle_task_error_none
Test _handle_task_error with no error.
src-tauri/src-python/tests/test_game.py:307
Method
test_handle_task_error_unrecoverable
Test _handle_task_error with AutoPlayerUnrecoverableError.
src-tauri/src-python/tests/test_game.py:282
Method
test_hero_meta_tokens_skip_short_words
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:63
Method
test_hero_with_no_tokens_skipped
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:119
Method
test_identical_images_returns_true
Test that identical images return True.
src-tauri/src-python/tests/template_matching/test_template_matching_similar_image.py:11
Method
test_image_data_integrity
Test that image data is preserved correctly during cropping.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:295
Method
test_independent_sub_match
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:93
Method
test_ineligible_ascension_returns_zero
(self, ascension: str)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:330
Method
test_init_mixed_formats
Test initialization with mixed input formats.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:65
Method
test_init_partial_values
Test initialization with only some values specified.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:77
Method
test_init_with_floats
Test initialization with float percentage values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:36
Method
test_init_with_integers
Test initialization with integer pixel values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:19
Method
test_init_with_strings
Test initialization with string values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_init.py:53
Method
test_initializes_rapid_ocr_lazily
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:637
Method
test_int_pixels
Test initialization with integer pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:7
Method
test_integer_percentages
Test integer percentage inputs (0-100).
src-tauri/src-python/tests/models/test_confidence_value.py:37
Method
test_invalid_crop_value_formats
Test that invalid CropValue formats raise appropriate errors.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_invalid_input.py:8
Method
test_invalid_horizontal_percentage_combination
Test that left + right >= 100% raises ValueError.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_validation.py:25
Method
test_invalid_initialization
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:27
Method
test_invalid_inputs
Test invalid inputs raise appropriate errors.
src-tauri/src-python/tests/models/test_confidence_value.py:156
Method
test_invalid_json_returns_empty_dict
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:673
Method
test_invalid_png_bytes_raises_value_error
(self)
src-tauri/src-python/tests/image_manipulation/io/test_io_get_bgr_np_array_from_png_bytes.py:32
Method
test_invalid_string_format_error
Test that invalid string formats raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:70
Method
test_invalid_vertical_percentage_combination
Test that top + bottom >= 100% raises ValueError.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_validation.py:42
Method
test_is_close_to_true_and_false
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:29
Method
test_is_dev_false
Test _is_dev when frozen.
src-tauri/src-python/tests/utils/test_dev_helper.py:17
Method
test_is_dev_true
Test _is_dev when not frozen.
src-tauri/src-python/tests/utils/test_dev_helper.py:11
Method
test_is_grayscale_true_and_false
(self)
src-tauri/src-python/tests/image_manipulation/test_color.py:8
Method
test_is_pixels_property
Test is_pixels property.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_properties.py:8
Method
test_large_image_crop
Test cropping on larger images.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:211
Method
test_large_pixel_values
Test large pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_edge_cases.py:16
Method
test_large_pixel_values
Test with large pixel values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_edge_cases.py:45
Method
test_legend_trial_generic_error_coverage
Cover AutoPlayerError and AutoPlayerWarningError at lines 90-95.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:226
Method
test_legend_trial_navigation_error_coverage
Cover navigation error in push_legend_trials.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:111
Method
test_legend_trial_not_on_select_screen
Cover line 59: navigate_to_legend_trials_select_tower when not on screen.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:201
Method
test_legend_trial_tower_not_found_coverage
Cover GameTimeoutError at line 81 in push_legend_trials.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:211
Method
test_legendary_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:281
Method
test_level_keyword_triggers_zero_fallback
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:368
Method
test_list_input_filters_blank_entries
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:50
Method
test_list_input_joins_readings
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:58
Method
test_list_input_matches
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:221
Method
test_load_image_basic
(self, mock_fromfile, mock_imdecode)
src-tauri/src-python/tests/image_manipulation/io/test_io_load_image.py:16
Method
test_load_image_cache_hit
(self, mock_imdecode)
src-tauri/src-python/tests/image_manipulation/io/test_io_load_image.py:29
Method
test_load_image_file_not_found
(self, mock_fromfile, mock_imdecode)
src-tauri/src-python/tests/image_manipulation/io/test_io_load_image.py:45
Method
test_load_image_grayscale
(self, mock_fromfile, mock_imdecode, mock_to_gray)
src-tauri/src-python/tests/image_manipulation/io/test_io_load_image.py:83
Method
test_load_image_scale
(self, mock_fromfile, mock_imdecode, mock_resize)
src-tauri/src-python/tests/image_manipulation/io/test_io_load_image.py:58
Method
test_loads_valid_json
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:660
Method
test_locked_forced_to_paragon1_when_tier_is_supreme_plus
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:528
Method
test_locked_resolved_to_given_tier
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:522
Method
test_lone_number_fallback
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:374
Method
test_long_synonym_substring_match
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:140
Method
test_longest_pattern_wins
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:161
Method
test_macos_path
Test macOS path.
src-tauri/src-python/tests/utils/string_helper/test_sanitize_path.py:46
Method
test_manual_interrupt
Test that manual Ctrl+C exits the program.
src-tauri/src-python/tests/utils/test_execute_restart.py:48
Method
test_max_of_multiple_values
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:385
Method
test_maximum_valid_percentages
Test with maximum valid percentage combinations.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_edge_cases.py:15
Method
test_minimal_crop_result
Test cropping that results in 1x1 image.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:201
Method
test_misread_paragons_downgraded_when_not_enough_sup
(self, tmp_path)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:464
← previous
next →
1,301–1,400 of 1,693, ranked by callers