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
/
feature_check
Age
Commit message (
Expand
)
Author
2025-11-22
unix/main: Use standard pyexec REPL for unix and windows ports.
Andrew Leech
2025-10-24
py/modsys: Add architecture flags to MicroPython metadata.
Alessandro Gatti
2025-09-19
py/emitinlinerv32: Add Zba opcodes to the inline assembler.
Alessandro Gatti
2025-09-19
mpy-cross: Add RISC-V RV64IMC support in MPY files.
Alessandro Gatti
2025-09-08
tests/run-tests.py: Detect target sys.implementation._build if possible.
Damien George
2025-08-15
tests/basics: Skip tests of io module individually using SKIP.
Damien George
2025-08-15
tests/run-tests.py: Autodetect if the target has unicode support.
Damien George
2025-08-15
tests/run-tests.py: Automatically include float tests when possible.
Damien George
2025-07-23
tests/run-tests.py: Detect threading and automatically run thread tests.
Damien George
2025-07-18
tests: Add specific tests for "long long" 64-bit bigints.
Angus Gratton
2025-01-02
tests/run-tests.py: Detect inlineasm support and add tests if needed.
Alessandro Gatti
2024-11-04
tests/run-tests.py: Change --target/--device options to --test-instance.
Damien George
2024-09-04
tests/run-tests.py: Automatically detect native arch and mpy-cross flag.
Damien George
2023-12-06
tests/run-tests.py: Skip Thumb2 tests if target doesn't support them.
Damien George
2023-06-08
tests: Replace umodule with module everywhere.
Jim Mussared
2023-04-27
all: Fix spelling mistakes based on codespell check.
Damien George
2021-08-14
py: Implement partial PEP-498 (f-string) support.
Jim Mussared
2021-04-15
tests/feature_check: Check for lack of pass result rather than failure.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George
2020-09-04
all: Rename "sys" module to "usys".
stijn
2020-03-30
tests: Format all Python code with black, except tests in basics subdir.
David Lechner
2020-01-12
lib/mp-readline: Add word-based move/delete EMACS key sequences.
Yonatan Goldschmidt
2019-10-29
tests: Add feature check for uio module and skip corresponding tests.
Damien George
2019-10-29
tests: Add feature check for slice and skip corresponding tests.
Damien George
2019-10-29
tests: Add feature check for bytearray and skip corresponding tests.
Damien George
2017-09-10
tests/class_reverse_op: Test for reverse arith ops special methods.
Paul Sokolovsky
2017-06-26
tests: Auto detect floating point capabilites of the target.
Damien George
2017-04-02
run-tests: Add feature check for "const" keyword and skip related tests.
Paul Sokolovsky
2017-03-10
tests/feature_check/int_big: Rework "big int" detection.
Paul Sokolovsky
2017-03-03
tests/run-tests: Check for big int availability and skip related tests.
Paul Sokolovsky
2017-02-14
tests/run-tests: Allow to skip tests using async/await keywords.
Paul Sokolovsky
2017-01-05
tests/run-tests: Allow to skip set tests.
Paul Sokolovsky
2016-12-22
tests: Add a coverage test for printing the parse-tree.
Damien George
2015-12-06
tests: Actuall add feature check for complex type being available.
Paul Sokolovsky
2015-10-12
unix: Add exit and paste-mode hints to shell startup banner.
Damien George
2015-10-12
Rename "Micro Python" to "MicroPython" in REPL, help, readme's and misc.
Damien George
2015-08-30
tests: Consolidate all feature check snippets under feature_check/.
Paul Sokolovsky
2015-08-30
tests: Add feature_check dir to collect capability detection scripts.
Paul Sokolovsky