summaryrefslogtreecommitdiff
path: root/tests/basics/iter1.py
AgeCommit message (Collapse)Author
2018-03-30tests/basics/iter1.py: Add more tests for walking a user-defined iter.Damien George
Some code in mp_iternext() was only tested by the native emitter, so the tests added here test this function using just the bytecode emitter.
2016-12-21tests: Add tests to improve coverage of runtime.c.Rami Ali
2015-02-15py: Simplify and remove redundant code for __iter__ method lookup.Damien George
2014-03-26py: Replace mp_const_stop_iteration object with MP_OBJ_NULL.Damien George