index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-5
origin/master
origin/parse-bytecode
origin/v1.22-release
origin/v1.24-release
origin/v1.26-release
The MicroPython project
Sven Wegener
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tests
/
run-natmodtests.py
Age
Commit message (
Expand
)
Author
2025-06-12
tests/run-natmodtests.py: Consider a test skipped if mpy doesn't exist.
Damien George
2025-06-12
tests/run-natmodtests.py: Create a _result.json at end of run.
Damien George
2025-06-04
tests/run-natmodtests.py: Allow injected code customisation.
Alessandro Gatti
2025-02-07
tests/run-natmodtests.py: Autodetect the test target architecture.
Alessandro Gatti
2024-12-20
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-05-27
tests/run-natmodtests.py: Fix search for supported native tests.
Damien George
2024-02-07
tests: Use vfs module instead of os.
Damien George
2023-07-21
examples/natmod/deflate: Add deflate as a dynamic native module.
Jim Mussared
2023-07-21
all: Remove the zlib module.
Jim Mussared
2023-06-08
tests/run-natmodtests.py: Don't allow imports from the cwd.
Jim Mussared
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2022-08-11
unix/variants: Remove variant suffix from executable filename.
Damien George
2022-08-11
all: Fix paths to mpy-cross and micropython binaries.
Daniel Jour
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-01-12
unix: Rename unix binaries to micropython-variant (not _variant).
Jim Mussared
2019-12-13
examples/natmod: Add urandom native module example.
Damien George
2019-12-12
tests: Add script to run dynamic-native-module tests.
Damien George