micropython/tests/misc
Paul Sokolovsky 566d8f1d7e tests: Make "io" modules fixes for CPython compatibility.
Previously, "import _io" worked on both CPython and MicroPython (essentially
by a chance on CPython, as there's not guarantee that its contents will stay
the same across versions), but as the module was renamed to uio, need to use
more robust import sequence for compatibility.
2016-05-02 14:38:07 +03:00
..
features.py
non_compliant.py
non_compliant.py.exp
non_compliant_lexer.py
non_compliant_lexer.py.exp
print_exception.py tests: Make "io" modules fixes for CPython compatibility. 2016-05-02 14:38:07 +03:00
recursion.py
recursive_data.py tests: Update for _io/_collections module having been renamed. 2016-05-02 14:15:11 +03:00
recursive_data.py.exp
recursive_iternext.py tests/recursive_iternext.py: Make low-heap friendly. 2016-03-07 15:30:02 +07:00
recursive_iternext.py.exp
rge_sm.py
sys_exc_info.py