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