index
:
user/sven/micropython.git
for-upstream
master
old
stmhal-flash
origin/HEAD
origin/dependabot/github_actions/actions/upload-artifact-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
/
run-tests.py
Age
Commit message (
Expand
)
Author
2022-05-26
tests: Move native while test from pybnative to micropython.
Damien George
2022-05-26
tests/run-tests.py: Add rp2 test target.
Damien George
2022-05-24
tests/run-tests.py: Enable `-X realtime` option for macOS tests.
David Lechner
2022-05-23
tests/run-tests.py: Handle case where mpy-cross fails to compile script.
Damien George
2022-05-19
tests/run-tests.py: Allow running tests via mpy-cross on remote targets.
Damien George
2022-05-17
tests/run-tests.py: Exclude settrace tests when using native emitter.
Damien George
2022-04-29
tests/run-tests.py: Update for renesas-ra port.
Takeo Takahashi
2022-04-21
tests/run-tests.py: Add timeout for running PC-based MicroPython test.
Damien George
2022-03-28
py: Change jump opcodes to emit 1-byte jump offset when possible.
Damien George
2022-03-10
py/modsys: Add optional mutable attributes sys.ps1/ps2 and use them.
Damien George
2022-03-10
py/modsys: Add optional sys.tracebacklimit attribute.
Damien George
2022-03-07
tests/run-tests.py: Include test files ending in _set as set tests.
Damien George
2022-02-18
tests/run-tests.py: Skip repl tests when running windows underneath.
stijn
2021-12-29
ports: Move '.frozen' to second entry in sys.path.
Damien George
2021-09-16
all: Remove MICROPY_OPT_CACHE_MAP_LOOKUP_IN_BYTECODE.
Jim Mussared
2021-08-14
py: Implement partial PEP-498 (f-string) support.
Jim Mussared
2021-05-14
tests/run-tests.py: Parallelize running tests by default.
Jeff Epler
2021-04-15
tests/feature_check: Check for lack of pass result rather than failure.
Damien George
2021-03-16
tests/run-tests.py: Provide more info if script run via pyboard crashes.
Damien George
2021-03-12
tests/run-tests.py: Reformat with Black.
Damien George
2021-03-12
tests: Rename run-tests to run-tests.py for consistency.
Damien George