summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/generator_throw_nested.py
Commit message (Collapse)AuthorAge
* tests: Add tests for generator throw and yield-from with exc handlers.Jim Mussared2020-01-27
This commit adds a generator test for throwing into a nested exception, and one when using yield-from with a pending exception cleanup. Both these tests currently fail on the native emitter, and are simplified versions of native test failures from uasyncio in #5332.