mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 15:16:20 +00:00
Capture INFO for the depends= visibility note
This commit is contained in:
@@ -840,6 +840,7 @@ def test_bundled_library_properties_depends_warns(
|
||||
wire = framework / "libraries" / "Wire"
|
||||
(wire / "library.properties").write_text("name=Wire\nversion=1.0\ndepends=SPI\n")
|
||||
_add_library("Wire", None)
|
||||
caplog.set_level("INFO")
|
||||
_resolve(framework)
|
||||
assert "Library Wire declares dependencies via library.properties" in caplog.text
|
||||
|
||||
|
||||
Reference in New Issue
Block a user