summaryrefslogtreecommitdiff
path: root/tests/run-natmodtests.py
AgeCommit message (Expand)Author
2025-06-12tests/run-natmodtests.py: Consider a test skipped if mpy doesn't exist.Damien George
2025-06-12tests/run-natmodtests.py: Create a _result.json at end of run.Damien George
2025-06-04tests/run-natmodtests.py: Allow injected code customisation.Alessandro Gatti
2025-02-07tests/run-natmodtests.py: Autodetect the test target architecture.Alessandro Gatti
2024-12-20tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.Damien George
2024-05-27tests/run-natmodtests.py: Fix search for supported native tests.Damien George
2024-02-07tests: Use vfs module instead of os.Damien George
2023-07-21examples/natmod/deflate: Add deflate as a dynamic native module.Jim Mussared
2023-07-21all: Remove the zlib module.Jim Mussared
2023-06-08tests/run-natmodtests.py: Don't allow imports from the cwd.Jim Mussared
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-08-11unix/variants: Remove variant suffix from executable filename.Damien George
2022-08-11all: Fix paths to mpy-cross and micropython binaries.Daniel Jour
2020-09-04all: Rename "sys" module to "usys".stijn
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-01-12unix: Rename unix binaries to micropython-variant (not _variant).Jim Mussared
2019-12-13examples/natmod: Add urandom native module example.Damien George
2019-12-12tests: Add script to run dynamic-native-module tests.Damien George