You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
test: cover STATE_UNKNOWN branches, multi-param calls, and the API seam
Adds the untested branches and failure modes flagged in review:
as_list() and _optional_float() receiving STATE_UNKNOWN directly,
two optional parameters passed to async_set_low_voltage_state() in
one call, and a test that exercises async_set_low_voltage_state()
down through the real set_attributes() with only the API mocked --
the join between the two, which was previously untested even though
each half was covered in isolation.
0 commit comments