summaryrefslogtreecommitdiff
path: root/tests/micropython/import_mpy_invalid.py
AgeCommit message (Expand)Author
2024-12-20tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George
2024-05-14tests/micropython/import_mpy_invalid.py: Skip if target cant import mpy.Damien George
2024-02-07tests: Use vfs module instead of os.Damien George
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-02-24py: Rework bytecode and .mpy file format to be mostly static data.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2020-07-26tests/micropython: Improve .mpy import tests to run on more targets.Damien George
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George