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