MCPcopy Create free account

hub / github.com/AdbAutoPlayer/AdbAutoPlayer / functions

Functions1,693 in github.com/AdbAutoPlayer/AdbAutoPlayer

Methodtest_returns_supreme_plus_when_below_p1_threshold
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:482
Methodtest_returns_supreme_plus_when_no_confirmed
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:478
Functiontest_run_all_squads_runs_enabled_faction
An enabled faction with a Battle button present triggers _run_battle.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:379
Functiontest_run_all_squads_scrolls_right_for_non_graveborn
Non-Graveborn factions trigger a swipe_left to reach State 2.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:417
Functiontest_run_all_squads_skips_disabled_factions
Factions not in configured_squads are skipped without any tap.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:365
Functiontest_run_all_squads_skips_locked_squad
A faction where Battle button is absent (locked) is skipped.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:401
Functiontest_run_arcane_labyrinth
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:201
Methodtest_run_arena_full_flow
Cover run_arena main loop and logic.
src-tauri/src-python/tests/games/afk_journey/mixins/test_afkj_mixins.py:131
Functiontest_run_dailies_features_disabled
Cover disabled-setting else-branches in run_dailies.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:613
Functiontest_run_dream_realm
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:292
Functiontest_run_dream_realm_scan_skip_today_default
Cover skip_today logic in _run_dream_realm_scan (scan_today=False).
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:624
Functiontest_run_dream_realm_scan_skip_today_false
Cover skip_today=False (Sunday + scan_today=True): total_expected=days+1.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:645
Functiontest_run_dream_realm_scan_skip_today_false_via_ignore_days
Cover ignore_days=True branch in skip_today computation (today != Sunday).
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:717
Functiontest_run_frostfire_showdown
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:312
Functiontest_run_hero_scanner
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:319
Functiontest_run_homestead_helper
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:325
Methodtest_run_popup_ocr_fallback
Test fallback to Tesseract on settings error.
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:82
Methodtest_run_popup_ocr_rapidocr
Test that RapidOCR is used when configured.
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:57
Methodtest_run_popup_ocr_tesseract
Test that Tesseract is used by default or when configured.
src-tauri/src-python/tests/ocr/test_popup_handler_ocr.py:32
Functiontest_run_quests
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:334
Functiontest_run_ravaged_realm
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:344
Functiontest_run_ravaged_realm_skip
Skip path: _try_skip returns True → _run_all_squads still runs.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:351
Functiontest_run_sunlit_showdown
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:438
Functiontest_run_titan_reaver
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:445
Methodtest_sa_first_crop_starts_at_700
SA first frame: llm_y_min = y_min = 700 (podium excluded).
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:307
Methodtest_sa_first_no_filter_applied
SA first frame: no bbox_rank_set filter — all rows pass through.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:144
Methodtest_sa_guild_member_kept_when_bbox_misses_row
SA non-first: guild member kept even if bbox missed its row entirely. Regression test for recluse (rank 74 SA) being dropped because RapidOCR
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:220
Methodtest_sa_non_first_crop_starts_at_350
SA non-first: llm_y_min=350; bbox_rank_set filters podium hallucinations.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:313
Methodtest_sa_non_first_filters_podium_hallucinations
SA non-first: Qwen rows not confirmed by bbox rank_set are removed.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:127
Methodtest_sa_non_first_null_rank_supplemental_dropped
Null-rank bbox supplement for SA non-first is not added to output.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:361
Methodtest_sa_non_first_ranked_supplemental_kept
Bbox supplement with actual rank IS kept for SA non-first.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:382
Methodtest_sa_podium_hallucination_still_filtered_with_guild_members
SA non-first: podium ranks 1/2/3 still dropped. Dropped even if name is a guild member.
src-tauri/src-python/tests/games/afk_journey/mixins/test_guild_member_scan.py:246
Methodtest_same_image_returns_none
(self)
src-tauri/src-python/tests/template_matching/test_template_matching_find_worst_template_match.py:28
Functiontest_scan_guild_activeness
Full guild activeness scan: navigate succeeds, rows parsed, JSON saved.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:525
Functiontest_scan_supreme_arena
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:452
Functiontest_scan_visible_date_tabs_already_processed
Cover short-circuit branch when processed_dates is non-empty.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:702
Functiontest_scan_visible_date_tabs_skip_today_false
Cover _scan_visible_date_tabs with skip_today=False: first tab is not skipped.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:687
Functiontest_scan_visible_date_tabs_skip_today_true
Cover _scan_visible_date_tabs with skip_today=True: first tab is skipped.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:670
Functiontest_select_a_crest_confirm_found_taps_twice
When confirm template is found, tap is called for both the crest and confirm.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:229
Functiontest_select_a_crest_confirm_timeout_swallowed
GameTimeoutError from wait_for_template (confirm) is silently swallowed.
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:208
Methodtest_short_synonym_exact_token_match
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:135
Methodtest_short_text_no_substring_match
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:189
Methodtest_similar_image_templates
Test similar_image with templates.
src-tauri/src-python/tests/template_matching/test_template_matching_old.py:18
Methodtest_single_match_returns_single
Test that single match returns unchanged.
src-tauri/src-python/tests/template_matching/test_template_matching_suppress_close_matches.py:24
Methodtest_single_pixel_crop_exceeds_dimension
Test that single pixel value exceeding dimension raises error.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:185
Methodtest_single_pixel_template
Test handling of single pixel template.
src-tauri/src-python/tests/template_matching/test_template_matching_edge_cases.py:11
Methodtest_single_side_high_percentage
Test with single side having high percentage.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_edge_cases.py:27
Methodtest_single_underscore
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:14
Methodtest_single_word
(self)
src-tauri/src-python/tests/utils/string_helper/test_snake_to_pascal.py:5
Methodtest_source_info_creation
Test that SourceInfo can be created with expected attributes.
src-tauri/src-python/tests/utils/test_traceback_helper.py:14
Methodtest_source_info_optional_line_number
Test that SourceInfo can be created with None line number.
src-tauri/src-python/tests/utils/test_traceback_helper.py:21
Methodtest_special_float_values
Test special float values.
src-tauri/src-python/tests/models/test_confidence_value.py:255
Functiontest_start_afk_journey
()
src-tauri/src-python/tests/games/afk_journey/mixins/test_all_mixins_extended.py:432
Methodtest_start_battle_failure_coverage
Test _start_battle failure path to cover GameActionFailedError block.
src-tauri/src-python/tests/games/afk_journey/test_afkj_base_coverage.py:13
Functiontest_start_task_e2e_flow
E2E flow test for start_task command with process and emitter mocks.
src-tauri/src-python/tests/test_e2e_flow.py:40
Methodtest_str
(self)
src-tauri/src-python/tests/models/ocr/test_ocr_result.py:20
Methodtest_str
(self, match_result)
src-tauri/src-python/tests/models/template_matching/test_match_result.py:42
Methodtest_str
(self)
src-tauri/src-python/tests/models/template_matching/test_template_match_result.py:18
Methodtest_str_percentage
Test string representation for percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_string_repr.py:12
Methodtest_str_pixels
Test string representation for pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_string_repr.py:7
Methodtest_str_repr
(self)
src-tauri/src-python/tests/models/geometry/test_box.py:64
Methodtest_str_representation
(self)
src-tauri/src-python/tests/models/geometry/test_point.py:60
Methodtest_str_representation
Test string representation.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_string_repr.py:7
Methodtest_str_representation_defaults
Test string representation with default values.
src-tauri/src-python/tests/models/image_processing/crop_regions/test_crop_regions_string_repr.py:13
Methodtest_stream_empty_chunk_break
Cover line 152: break if not chunk.
src-tauri/src-python/tests/test_device_stream.py:152
Methodtest_stream_error_handling
Test error handling in stream.
src-tauri/src-python/tests/test_device_stream.py:61
Methodtest_stream_initialization
Test DeviceStream initialization.
src-tauri/src-python/tests/test_device_stream.py:53
Methodtest_stream_process_none_break
Cover line 149: break if self._process is None.
src-tauri/src-python/tests/test_device_stream.py:139
Methodtest_string_float_percentage
Test initialization with string float values as percentages.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:61
Methodtest_string_float_too_large_error
Test that string floats >= 1.0 raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:53
Methodtest_string_format_crops
Test various string format inputs.
src-tauri/src-python/tests/image_manipulation/test_cropping.py:237
Methodtest_string_input_becomes_single_reading
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:44
Methodtest_string_int_pixels
Test initialization with string integer values as pixels.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:67
Methodtest_string_lines_in_list
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:617
Methodtest_string_negative_percentage_error
Test that negative string percentages raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:37
Methodtest_string_negative_pixels_error
Test that negative string pixels raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:32
Methodtest_string_numbers
Test string number inputs.
src-tauri/src-python/tests/models/test_confidence_value.py:45
Methodtest_string_percentage
Test initialization with string percentage values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:45
Methodtest_string_percentage_too_large_error
Test that string percentages >= 100% raise ValueError.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_validation.py:45
Methodtest_string_percentage_with_spaces
Test initialization with string percentage values containing spaces.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:51
Methodtest_string_pixels
Test initialization with string pixel values.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:29
Methodtest_string_pixels_with_spaces
Test initialization with string pixel values containing spaces.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_init.py:35
Methodtest_string_representations
Test string representations.
src-tauri/src-python/tests/models/test_confidence_value.py:72
Methodtest_string_zero_percentage
Test string zero percentage.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_edge_cases.py:22
Methodtest_string_zero_pixels
Test string zero pixels.
src-tauri/src-python/tests/models/image_processing/crop_value/test_crop_value_edge_cases.py:28
Methodtest_suppress_close_matches
Test suppressing matches within minimum distance.
src-tauri/src-python/tests/template_matching/test_template_matching_suppress_close_matches.py:7
Methodtest_supreme_base
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:292
Methodtest_synonym_fallback
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:240
Methodtest_synonym_in_text_clean
(self)
src-tauri/src-python/tests/games/afk_journey/services/test_hero_scanner.py:147
Methodtest_template_equal_size_passes
Test that template equal in size passes.
src-tauri/src-python/tests/template_matching/test_template_matching_validate_template_size.py:38
Methodtest_template_larger_height_raises_error
Test that template larger in height raises ValueError.
src-tauri/src-python/tests/template_matching/test_template_matching_validate_template_size.py:28
Methodtest_template_larger_width_raises_error
Test that template larger in width raises ValueError.
src-tauri/src-python/tests/template_matching/test_template_matching_validate_template_size.py:18
Functiontest_template_matching_benchmark
Benchmark template matching FPS and latency.
src-tauri/src-python/tests/template_matching/test_template_matching_benchmark.py:10
Methodtest_template_matching_speed
Test performance of template matching with and without cropping. This test evaluates the speed and accuracy of the `find_template_match`
src-tauri/src-python/tests/test_game.py:144
Methodtest_tesseract_backend_info_custom_config
(self)
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_info.py:21
Methodtest_tesseract_backend_info_default
(self)
src-tauri/src-python/tests/ocr/test_tesseract_backend/test_tesseract_backend_info.py:12
Methodtest_to_bgr_valid_and_invalid
(self)
src-tauri/src-python/tests/image_manipulation/test_color.py:73
Methodtest_to_grayscale_already_grayscale
(self)
src-tauri/src-python/tests/image_manipulation/test_color.py:15
Methodtest_to_grayscale_bgr_and_rgb_conversion
(self)
src-tauri/src-python/tests/image_manipulation/test_color.py:21
Methodtest_to_grayscale_invalid_input_shape
(self)
src-tauri/src-python/tests/image_manipulation/test_color.py:40
← previousnext →1,501–1,600 of 1,693, ranked by callers