Dan Halbert
6f721b3dbe
fix more tests; get some tests from v1.23 or later
2024-08-06 22:10:39 -04:00
Scott Shawcroft
b35fa44c8a
Merge MicroPython 1.12 into CircuitPython
2021-05-03 14:01:18 -07:00
Scott Shawcroft
76033d5115
Merge MicroPython v1.11 into CircuitPython
2021-04-26 15:47:41 -07:00
Damien George
e6078dfed2
tests/basics: Split out gen throw tests from yield-from-throw tests.
2018-09-28 11:35:31 +10:00
Damien George
3f6ffe059f
py/objgenerator: Implement PEP479, StopIteration convs to RuntimeError.
...
This commit implements PEP479 which disallows raising StopIteration inside
a generator to signal that it should be finished. Instead, the generator
should simply return when it is complete.
See https://www.python.org/dev/peps/pep-0479/ for details.
2018-09-20 15:36:59 +10:00
Rami Ali
5d06a74303
tests/basics: Improve test coverage for generators.
2016-12-20 16:19:56 +11:00
Damien George
539681fffd
tests: Rename test scripts, changing - to _ for consistency.
...
From now on, all new tests must use underscore.
Addresses issue #727 .
2014-07-05 06:14:29 +01:00