Commit fe1f248
committed
Move assertions inside with-block to satisfy coverage.py on 3.11
The test passes on all versions, but coverage.py on 3.11 misreports the
statements after a `with a, b:` + nested `async with` exit as unhit.
Claude-Session: https://claude.ai/code/session_017S3aJaxEHeMvftp6whnHWK1 parent 06d1492 commit fe1f248
1 file changed
Lines changed: 5 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
183 | 183 | | |
184 | 184 | | |
185 | 185 | | |
186 | | - | |
187 | | - | |
188 | | - | |
189 | | - | |
| 186 | + | |
| 187 | + | |
| 188 | + | |
| 189 | + | |
| 190 | + | |
0 commit comments