index
:
micropython
master
parse-bytecode
v1.22-release
v1.24-release
MicroPython - a lean and efficient Python implementation for microcontrollers and constrained systems
Aslak Raanes
summary
refs
log
tree
commit
diff
stats
homepage
log msg
author
committer
range
path:
root
/
tests
Commit message (
Expand
)
Author
Age
*
tests/extmod/vfs_posix.py: Fix test on Android.
Alessandro Gatti
6 days
*
tests/extmod/vfs_mountinfo.py: Don't import unused errno module.
Damien George
6 days
*
tests/extmod/vfs_lfs_ilistdir_del.py: Skip test if not enough memory.
Damien George
6 days
*
tests/extmod: Skip binascii tests when hexlify/unhexlify don't exist.
Damien George
6 days
*
py/objstr: Fix handling of OP_MODULO with namedtuple.
Yoctopuce dev
9 days
*
tests/basics/builtin_range.py: Add more tests for range slicing.
Jeff Epler
9 days
*
tests: Update UART and SPI tests to work on Alif boards.
Damien George
2025-04-09
*
tests/ports/alif_hardware: Add flash testing script.
Damien George
2025-04-09
*
tests/cpydiff: Remove types_str_endswith.
Angus Gratton
2025-04-07
*
tests/cpydiff: Update CPy diff for assign expr in nested comprehensions.
Angus Gratton
2025-04-07
*
extmod/vfs_rom: Implement minimal VfsRom.getcwd() method.
Damien George
2025-03-27
*
tests/extmod/vfs_mountinfo.py: Add test for no-args mount output.
Anson Mansfield
2025-03-27
*
extmod/moddeflate: Keep DeflateIO state consistent on window alloc fail.
Damien George
2025-03-27
*
tests/cpydiff: Remove builtin_next_arg2.py difference.
Damien George
2025-03-27
*
tests/multi_pyb_can: Add multitests for pyboard CAN controller.
Angus Gratton
2025-03-14
*
py/modsys: Add sys.implementation._build entry.
Damien George
2025-03-05
*
test/run-tests: Print a note if it looks like unittest.main() missing.
Angus Gratton
2025-03-04
*
tests/run-tests: Remove any 'expected' file from a unittest run.
Angus Gratton
2025-03-04
*
py/objstr: Support tuples and start/end args in startswith and endswith.
Glenn Moloney
2025-03-02
*
py/parsenum: Reduce code footprint of mp_parse_num_float.
Yoctopuce dev
2025-02-28
*
extmod/vfs_rom: Add bounds checking for all filesystem accesses.
Damien George
2025-02-26
*
tests: Four typos in tests directory.
Christian Clauss
2025-02-25
*
all: Upgrade to ruff v0.9.6.
Christian Clauss
2025-02-25
*
tests/multi_net: Add test for DTLS server and client.
Damien George
2025-02-14
*
extmod/modtls_mbedtls: Wire in support for DTLS.
Keenan Johnson
2025-02-14
*
extmod/vfs_rom: Remove ability to create VfsRom from an address.
Damien George
2025-02-11
*
extmod/modmarshal: Add new marshal module.
Damien George
2025-02-11
*
py/objfun: Implement function.__code__ and function constructor.
Damien George
2025-02-11
*
tests/run-tests.py: Give more information when CPython crashes.
Damien George
2025-02-11
*
tests/run-natmodtests.py: Autodetect the test target architecture.
Alessandro Gatti
2025-02-07
*
tests/multi_wlan: Remove esp8266 port workaround.
Angus Gratton
2025-02-07
*
rp2/rp2_flash: Workaround multicore lockout not being reset.
Mike Bell
2025-02-07
*
tests/ports/rp2: Add test for SLEEP_ENx registers over lightsleep.
Damien George
2025-02-07
*
tests: Add a test for SSL socket memory leaks.
Angus Gratton
2025-02-03
*
py/parsenum: Throw an exception for invalid int literals like "01".
Jeff Epler
2025-01-26
*
tests/basics/nanbox_smallint.py: Fix incorrect use of int() in test.
Jeff Epler
2025-01-26
*
tests/extmod/re_sub.py: Fix test execution on Python 3.13.
Alessandro Gatti
2025-01-15
*
tests/multi_net: Update TLS test certificates and keys.
Damien George
2025-01-14
*
tests/README: Update TLS certificate generation instructions.
Damien George
2025-01-14
*
tests/extmod/vfs_rom.py: Import errno for test.
Damien George
2025-01-06
*
tests/run-tests.py: Implement getcwd on __FS hook filesystem.
Damien George
2025-01-06
*
tests/run-tests.py: Set __main__ module to __injected_test.
Damien George
2025-01-06
*
tests/run-tests.py: Detect inlineasm support and add tests if needed.
Alessandro Gatti
2025-01-02
*
py/emitinlinerv32: Add inline assembler support for RV32.
Alessandro Gatti
2025-01-02
*
tests/inlineasm: Make room for RV32IMC inline asm tests.
Alessandro Gatti
2025-01-01
*
tests/extmod: Add VfsRom test.
Damien George
2024-12-23
*
tests: Fix all file ioctl's to support only MP_STREAM_CLOSE.
Damien George
2024-12-20
*
rp2/modmachine: Fix USB sleep on RP2350 MCUs.
Peter Harper
2024-12-19
*
tests/run-tests.py: Set name of injected test module to '__main__'.
Damien George
2024-12-19
*
tests/extmod: Add test for uctypes.addressof function.
Damien George
2024-12-18
[next]