summaryrefslogtreecommitdiff
path: root/tests
AgeCommit message (Expand)Author
2025-08-02tests/extmod_hardware: Add basic tests for machine.Counter and Encoder.Angus Gratton
2025-08-01tests/multi_extmod: Add I2CTarget multi tests.Damien George
2025-08-01tests/extmod_hardware: Add self unittest for I2CTarget.Damien George
2025-08-01tests/micropython: Test that viper offset stores don't clobber base reg.Chris Webb
2025-08-01py/parse: Add support for math module constants and float folding.Yoctopuce dev
2025-08-01tests/cpydiff: Remove passing types_float_rounding test.Damien George
2025-08-01py/formatfloat: Improve accuracy of float formatting code.Yoctopuce dev
2025-07-31webassembly/proxy_js: Reuse JsProxy ref if object matches.Damien George
2025-07-31tests/run-multitests.py: Escape encoding errors instead of crashing.Angus Gratton
2025-07-31tests/multi_bluetooth: Extend the deep sleep test timeout.Angus Gratton
2025-07-31tests/run-natmodtests.py: Automatically skip tests that are too large.Damien George
2025-07-30esp32: Add support for ESP32-C2 (aka ESP8684).TianShuang Ke
2025-07-29tests/run-internalbench.py: Allow running internalbench on hardware.Anson Mansfield
2025-07-29tests/internal_bench/var: Benchmark descriptor access.Anson Mansfield
2025-07-29tests/internal_bench/class_create: Benchmark class creation.Anson Mansfield
2025-07-29tests/basics: Add tests for PEP487 __set_name__.Anson Mansfield
2025-07-29py/objint_longlong: Fix longlong interoperability with floats.Yoctopuce dev
2025-07-29py/objint_longlong: Fix overflow check in mp_obj_int_get_checked.Yoctopuce dev
2025-07-28py/objint_mpz: Fix pow3 where third argument is zero.Jeff Epler
2025-07-24tests/micropython: Rename viper boundary tests that depend on big int.Angus Gratton
2025-07-24py/obj: Add new type flag to indicate subscr accepts slice-on-stack.Damien George
2025-07-24webassembly/objjsproxy: Fix binding of self to JavaScript methods.Damien George
2025-07-24all: Go back to using default ruff quote style.Damien George
2025-07-24py/obj: Fix REPR_C bias toward zero.Yoctopuce dev
2025-07-24tests/extmod: Add (failing) test for VfsPosix in readonly mode.Jeff Epler
2025-07-23tests/multi_net: Update DTLS multi-net test.Angus Gratton
2025-07-23extmod/mbedtls: Implement recommended DTLS features, make optional.Angus Gratton
2025-07-23tests/multi_bluetooth: Synchronise MTU exchange in BLE MTU tests.Damien George
2025-07-23tests/extmod_hardware/machine_uart_irq_break.py: Remove send_uart.Damien George
2025-07-23tests/run-tests.py: Use TEST_TIMEOUT as timeout for bare-metal tests.Damien George
2025-07-23tests/net_inet: Update micropython.org certificate for SSL tests.Damien George
2025-07-23tests/thread: Allow thread tests to pass with the native emitter.Damien George
2025-07-23tests/run-tests.py: Detect threading and automatically run thread tests.Damien George
2025-07-23tests/thread/stress_aes.py: Reduce test time on PC targets.Damien George
2025-07-22tests/extmod/select_poll_eintr.py: Pre-allocate global variables.Damien George
2025-07-22py/modsys: Add sys.implementation._thread attribute.Damien George
2025-07-18tests/basics/fun_code_lnotab: Test removal of co_lnotab from v2.Anson Mansfield
2025-07-18py/objint_longlong: Add arithmetic overflow checks.Angus Gratton
2025-07-18tests: Skip bm_pidigits perf test if no arbitrary precision int support.Angus Gratton
2025-07-18tests/thread: Rename thread_lock4 test to thread_lock4_intbig.Angus Gratton
2025-07-18tests/extmod/json_loads_int_64.py: Add test cases for LONGINT parse.Angus Gratton
2025-07-18tests: Add specific tests for "long long" 64-bit bigints.Angus Gratton
2025-07-17webassembly/objpyproxy: Avoid throwing on implicit symbols access.webreflection
2025-07-16unix/coverage: Expand mp_printf coverage tests.Jeff Epler
2025-07-16py/vm: Avoid heap-allocating slices when subscripting built-ins.Jim Mussared
2025-07-15tests/extmod: Close UDP sockets at end of test.Yanfeng Liu
2025-07-12tests/run-tests.py: Consider tests ending in _async.py as async tests.Damien George
2025-07-12tests/micropython: Add missing SystemExit after printing SKIP.Damien George
2025-07-12tests/extmod/asyncio_iterator_event.py: Use format instead of f-string.Damien George
2025-07-09shared/timeutils: Standardize supported date range on all platforms.Yoctopuce dev