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
Age
Commit message (
Expand
)
Author
11 days
py/asmrv32: Reserve a flag for the Zcmp RV32 CPU extension.
Alessandro Gatti
11 days
tests/run-tests.py: Discover RV32 extension inlineasm tests.
Alessandro Gatti
13 days
tests/target_wiring: Provide an ESP8266 target wiring module.
Alessandro Gatti
13 days
tests/extmod/vfs_blockdev_invalid.py: Handle low memory conditions.
Alessandro Gatti
13 days
tests/run-tests.py: Skip list sort stress test for ESP8266.
Alessandro Gatti
2025-12-17
tests/basics/string_fstring.py: Test fstring nested replacement fields.
Jeff Epler
2025-12-16
tests/ports/esp32/check_err_str.py: Preallocate global variable.
Damien George
2025-12-07
tests/basics/builtin_help.py: Test correct handling of deleted entries.
Anson Mansfield
2025-12-07
tests/net_inet: Update micropython.org certificate for SSL tests.
Damien George
2025-12-07
tests/serial_test.py: Add a serial echo test.
Damien George
2025-12-07
tests/serial_test.py: Factor common reset code into send_script func.
Damien George
2025-11-25
tests/multi_espnow: Add test case for espnow rate changes.
Angus Gratton
2025-11-22
tests/run-tests.py: Add general newline normalization function.
Andrew Leech
2025-11-22
shared/runtime/pyexec: Provide support for compile-only mode.
Andrew Leech
2025-11-22
shared/runtime/pyexec: Set __file__ for file input when enabled.
Andrew Leech
2025-11-22
unix/main: Use standard pyexec REPL for unix and windows ports.
Andrew Leech
2025-11-21
py/objdict: Implement bool and len unary ops for dict views.
Damien George
2025-11-21
py/builtinimport: Support relative import in custom __import__ callback.
Chris Liechti
2025-11-19
tests/extmod_hardware/machine_encoder.py: Use target_wiring for encoder.
Ihor Nehrutsa
2025-11-19
tests/extmod_hardware/machine_encoder.py: Fix initial rotation count.
Ihor Nehrutsa
2025-11-19
tests/import: Remove .py.exp files where they match CPython.
Damien George
2025-11-19
tests/import: Make import_override and pkg7 tests behave under CPython.
Damien George
2025-11-19
tests/extmod/machine_i2s_rate.py: Adjust pins when running on ESP32-C3.
Jos Verlinde
2025-11-06
tests/serial_test.py: Allow up to 2 seconds between bytes.
Angus Gratton
2025-10-24
tests/ports/qemu: Add arch flags MPY import checks test.
Alessandro Gatti
2025-10-24
tests/run-tests.py: Pass auto-detected architecture flags to mpy-cross.
Alessandro Gatti
2025-10-24
tests/micropython: Extend MPY import tests for RV32.
Alessandro Gatti
2025-10-24
py/modsys: Add architecture flags to MicroPython metadata.
Alessandro Gatti
2025-10-20
tests/run-tests.py: Allow port:<dev> specification in run-multitests.py.
Damien George
2025-10-20
tests/extmod/time_res.py: Properly skip functions not in time module.
Damien George
2025-10-20
tests/net_hosted/ssl_verify_callback.py: Skip if no verify_callback.
Damien George
2025-10-20
tests/net_inet/tls_text_errors.py: Add exp file to run on axTLS.
Damien George
2025-10-20
tests/net_inet/tls_num_errors.py: Switch to tls mod and require mbedTLS.
Damien George
2025-10-20
tests/net_inet: Skip tests on axTLS when necessary.
Damien George
2025-10-20
tests/net_inet/resolve_on_connect.py: Convert to use unittest.
Damien George
2025-10-20
tests: Move ports/esp32/resolve_on_connect.py to net_inet.
Damien George
2025-10-20
tests/run-tests.py: Raise OSError on invalid file open for injected FS.
Damien George
2025-10-06
tests/cpydiff: Document unsupported float format with grouping char.
Jeff Epler
2025-10-06
py/mpprint: Correctly format leading zeros with separators.
Jeff Epler
2025-10-06
webassembly/objjsproxy: Support arbitrary number of args with kwargs.
Damien George
2025-10-05
tests/extmod: Test websocket too-big packet transmission.
Jeff Epler
2025-10-05
extmod/modwebsocket: Enable split frames and test them.
Jeff Epler
2025-10-04
all: Replace legacy name with MicroPython and MPy as applicable.
Angus Gratton
2025-10-02
tests/serial_test.py: Add test for serial throughput.
Damien George
2025-10-02
tests/basics: Skip exception_chain and self_type_check on unix minimal.
Damien George
2025-10-02
tests/ports/unix: Improve skip detection for os.getenv and time module.
Damien George
2025-10-02
tests/stress/bytecode_limit.py: Tweak to run on minimal builds.
Damien George
2025-10-02
tests/run-tests.py: Update list of tests that use float.
Damien George
2025-10-02
tests/basics/subclass_native_init.py: Skip if __init__ not supported.
Damien George
2025-10-02
tests/run-tests.py: Don't include cmdline,io tests for minimal targets.
Damien George
[next]