aboutsummaryrefslogtreecommitdiff
path: root/tests/basics/gen_yield_from_throw.py
AgeCommit message (Expand)Author
2019-10-04tests/basics: Add test for throw into yield-from with normal return.Damien George
2019-05-09py/objgenerator: Fix handling of None passed as 2nd arg to throw().Damien George
2018-09-28tests/basics: Split out gen throw tests from yield-from-throw tests.Damien George
2018-09-20py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.Damien George
2016-12-20tests/basics: Improve test coverage for generators.Rami Ali
2014-07-05tests: Rename test scripts, changing - to _ for consistency.Damien George