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 external-exit-stack and session-stack teardown branches
Lines 151, 164, 170-171 were uncovered after stripping stale pragmas:
- 151 (__aenter__ with external exit stack)
- 164-171 (__aexit__ with external exit stack + session stack teardown)
Add two anyio tests: one for the external-exit-stack case verifying
the group doesn't touch the caller's stack, and one that populates
_session_exit_stacks to exercise the sequential aclose loop.
0 commit comments