mirror of
https://github.com/esphome/esphome.git
synced 2026-09-11 23:37:34 +00:00
Address review: guard utime against peer reap, decorator anchored use detector, invariant holds without a stamp, print for executor thread messages
This commit is contained in:
+1
-1
@@ -1105,7 +1105,7 @@ def get_components_per_integration_fixture() -> dict[str, set[str]]:
|
||||
|
||||
_TEST_FUNC_RE = re.compile(r"async def (test_\w+)")
|
||||
_SHARED_YAML_RE = re.compile(r"mark\.shared_yaml\([\"'](\w+)[\"']\)")
|
||||
_SHARED_YAML_USE_RE = re.compile(r"\bmark\.shared_yaml\b")
|
||||
_SHARED_YAML_USE_RE = re.compile(r"^\s*@[\w.]*mark\.shared_yaml\b", re.MULTILINE)
|
||||
|
||||
|
||||
@cache
|
||||
|
||||
Reference in New Issue
Block a user