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