]> granicus.if.org Git - python/commit
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)
authorSerhiy Storchaka <storchaka@gmail.com>
Wed, 4 Apr 2018 15:45:10 +0000 (18:45 +0300)
committerGitHub <noreply@github.com>
Wed, 4 Apr 2018 15:45:10 +0000 (18:45 +0300)
commit2eeac269dd1e04a2a179384576986c3e47895ee0
tree08dfda1235ff1b18c6671031eae666f32c50baec
parentc51d8c9ba6211d77db639487501f89aa9b4bcbb1
bpo-29922: Add more tests for error messages in 'async with'. (GH-6370)

Different paths are executed for normal exit and for leaving
the 'async with' block with 'break', 'continue' or 'return'.
Lib/test/test_coroutines.py