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
fix: ensure 100% branch coverage for __aexit__ lifecycle transitions
Add tests for __aexit__ when session is already in Closing or Closed
state, covering the 'if' False branch and the second except RuntimeError.
Mark the first except RuntimeError as pragma: no cover since it is
unreachable under the current transition table (all non-terminal states
can transition to Closing).
0 commit comments