Files
micropython/tests/basics/gen_yield_from_throw_multi_arg.py.exp
Damien George 1a2fdcac0d tests/basics: Split out generator.throw tests that pass multiple args.
The three-argument form of `.throw()` is deprecated since CPython 3.12.  So
split out into separate tests (with .exp files) the parts of the generator
tests that test more than one argument.

Signed-off-by: Damien George <damien@micropython.org>
2024-05-27 13:56:55 +10:00

9 lines
146 B
Plaintext

1
got ValueError from upstream! ()
str1
got TypeError from downstream!
1
got ValueError from upstream! (123,)
str1
got TypeError from downstream!