mirror of
https://github.com/esphome/esphome.git
synced 2026-06-24 12:35:25 +00:00
[tests] Fail component test merge on conflicting duplicate IDs (#16849)
This commit is contained in:
@@ -39,8 +39,13 @@ from helpers import BASE_BUS_COMPONENTS, is_validate_only_file
|
||||
from esphome import yaml_util
|
||||
from esphome.config_helpers import Extend, Remove
|
||||
|
||||
# Path to common bus configs
|
||||
COMMON_BUS_PATH = Path("tests/test_build_components/common")
|
||||
# Path to common bus configs (resolved relative to this file, not the CWD)
|
||||
COMMON_BUS_PATH = (
|
||||
Path(__file__).resolve().parent.parent
|
||||
/ "tests"
|
||||
/ "test_build_components"
|
||||
/ "common"
|
||||
)
|
||||
|
||||
# Package dependencies - maps packages to the packages they include
|
||||
# When a component uses a package on the left, it automatically gets
|
||||
|
||||
Reference in New Issue
Block a user