micropython/tests/misc
Damien George 4852e09c79 py: Fix adding of traceback so that it appends to existing info.
This makes exception traceback info self contained (ie doesn't rely on
list object, which was a bit of a hack), reduces code size, and reduces
RAM footprint of exception by eliminating the list object.

Addresses part of issue #1126.
2015-02-27 00:36:39 +00:00
..
features.py py: Fix bug in optimised for .. range. 2014-03-31 18:02:22 +01:00
print_exception.py py: Fix adding of traceback so that it appends to existing info. 2015-02-27 00:36:39 +00:00
recursion.py tests: Add test for catching infinite function recursion. 2014-06-27 00:03:56 +03:00
recursive_data.py tests: Activate recursive_data.py test, now that io.StringIO is available. 2014-12-12 00:58:07 +02:00
recursive_data.py.exp tests: Activate recursive_data.py test, now that io.StringIO is available. 2014-12-12 00:58:07 +02:00
rge_sm.py tests: Enable misc tests on pyboard; output 4 sig figs in rge_sm. 2014-09-06 18:38:55 +01:00