mirror of
https://github.com/esphome/esphome.git
synced 2026-05-13 03:19:56 +08:00
0c5f055d45
Co-authored-by: J. Nick Koston <nick@home-assistant.io> Co-authored-by: J. Nick Koston <nick@koston.org>
8 lines
318 B
Python
8 lines
318 B
Python
from tests.testing_helpers import ComponentManifestOverride
|
|
|
|
|
|
def override_manifest(manifest: ComponentManifestOverride) -> None:
|
|
# logger must run its to_code during C++ test builds because it configures
|
|
# the logging subsystem used by ESP_LOG* macros throughout component code.
|
|
manifest.enable_codegen()
|