mirror of
https://github.com/esphome/esphome.git
synced 2026-05-22 10:25:46 +08:00
f3b75c0369
Pull the run_all glob expansion + bucket computation out of main() into _compute_integration_test_buckets() returning (run_integration, buckets). The boundary tests now call this helper directly instead of driving main() through ~14 patched dependencies, which both shrinks the test helper and removes duplication with the existing test_main_* fixtures.