index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/cache-5
origin/dependabot/github_actions/actions/upload-artifact-6
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
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