mirror of
https://github.com/esphome/esphome.git
synced 2026-01-09 11:40:50 -07:00
[analyze-memory] Add RAM symbol analysis by component (#13040)
This commit is contained in:
@@ -2478,6 +2478,7 @@ def test_command_analyze_memory_success(
|
||||
"/path/to/objdump",
|
||||
"/path/to/readelf",
|
||||
set(), # No external components
|
||||
idedata=mock_get_idedata.return_value,
|
||||
)
|
||||
|
||||
# Verify analysis was run
|
||||
@@ -2547,6 +2548,7 @@ def test_command_analyze_memory_with_external_components(
|
||||
"/path/to/objdump",
|
||||
"/path/to/readelf",
|
||||
{"my_custom_component"}, # External component detected
|
||||
idedata=mock_get_idedata.return_value,
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user