aboutsummaryrefslogtreecommitdiff
path: root/tests/import/mpy_native.py
AgeCommit message (Expand)Author
2020-07-26tests: Move .mpy import tests from import/ to micropython/ dir.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-12-12tests/import: Add test for importing viper code with additional flags.Damien George
2019-10-15py/persistentcode: Make .mpy more compact with qstr directly in prelude.Damien George
2019-10-01py: Rework and compress second part of bytecode prelude.Damien George
2019-10-01py: Compress first part of bytecode prelude.Damien George
2019-09-26py/persistentcode: Bump .mpy version to 5.Damien George
2019-09-26tests: Update tests for changes to opcode ordering.Damien George
2019-03-08tests/import: Add test for importing x64 native code.Damien George