mirror of
https://github.com/esphome/esphome.git
synced 2025-10-23 12:13:49 +01:00
Merge branch 'ci_missed_files' into integration
This commit is contained in:
@@ -99,7 +99,8 @@ def find_component_tests(
|
|||||||
if not comp_dir.is_dir():
|
if not comp_dir.is_dir():
|
||||||
continue
|
continue
|
||||||
|
|
||||||
for test_file in comp_dir.glob("test.*.yaml"):
|
# Find test files matching test.*.yaml or test-*.yaml patterns
|
||||||
|
for test_file in comp_dir.glob("test[.-]*.yaml"):
|
||||||
component_tests[comp_dir.name].append(test_file)
|
component_tests[comp_dir.name].append(test_file)
|
||||||
|
|
||||||
return dict(component_tests)
|
return dict(component_tests)
|
||||||
|
Reference in New Issue
Block a user