mirror of
https://github.com/esphome/esphome.git
synced 2026-08-24 07:06:20 +00:00
State what the fingerprint test actually pins
This commit is contained in:
@@ -108,8 +108,8 @@ def test_board_build_covers_every_board() -> None:
|
||||
|
||||
|
||||
def test_surgery_fingerprint_covers_module_source() -> None:
|
||||
"""The fingerprint hashes the module source, so any surgery edit
|
||||
invalidates linker-script caches stamped with it."""
|
||||
"""Pins the mechanism: the fingerprint is the sha256 of the module
|
||||
source (behavioral coverage follows from that, not from this test)."""
|
||||
import hashlib
|
||||
import inspect
|
||||
|
||||
|
||||
Reference in New Issue
Block a user