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
*
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
*
tests/extmod_hardware: Add a test for machine.PWM freq and duty.
Damien George
2024-12-11
*
tests/extmod: Convert machine1.py test to use unittest.
Damien George
2024-12-06
*
tests/net_hosted: Convert connect-nonblock-xfer test to use unittest.
Damien George
2024-12-06
*
tests/ports/stm32_hardware: Convert DMA test to use unittest.
Damien George
2024-12-06
*
tests/run-tests.py: Print .out file when there is no .exp file.
Damien George
2024-12-06
*
tests/run-tests.py: Add support for tests to use unittest.
Damien George
2024-12-06
*
tests/extmod: Workaround CPython warning in asyncio_new_event_loop test.
Angus Gratton
2024-11-28
*
tests/misc/sys_settrace_features.py: Add note about CPython 3.12 issue.
Angus Gratton
2024-11-28
*
extmod/modframebuf: Fix 0 radius bug in FrameBuffer.ellipse.
Corran Webster
2024-11-28
*
tests: Add basic wlan test.
Angus Gratton
2024-11-28
*
tests/multi_espnow: Add channel setting test, add some docs.
Angus Gratton
2024-11-28
*
tests/net_hosted: Improve and simplify non-block-xfer test.
Damien George
2024-11-13
*
tests/cpydiff: Fix test case for modules_json_nonserializable.
Jeff Epler
2024-11-11
*
tests: Use the recommended network.WLAN.IF_[AP|STA] constants.
Angus Gratton
2024-11-08
*
tests/run-tests.py: Add mimxrt and samd platforms.
Damien George
2024-11-04
[next]