mirror of
https://github.com/micropython/micropython.git
synced 2025-09-07 10:20:52 +02:00
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>
9 lines
146 B
Plaintext
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!
|