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