diff options
author | Damien George <damien@micropython.org> | 2025-09-14 07:58:48 +1000 |
---|---|---|
committer | Damien George <damien@micropython.org> | 2025-10-01 23:58:57 +1000 |
commit | da568a3a3019685b217955fe312c04dbbd893ada (patch) | |
tree | 59ac078d7854c59b175d858c0f6a89380b99e1ab /tests/run-tests.py | |
parent | 4c9ce826cbfbd99cff10cc933064f87a13bee4ac (diff) |
tests/stress: Improve qstr_limit test to run on minimal targets.
Changes here are:
- Split out string format module sub-test to a separate test file, so it
can be skipped on targets that don't have str% capabilities.
- Print the whole type instead of `.__name__` to support targets that don't
have `.__name__` enabled (this still tests the same thing).
- Print `RuntimeError` exception message to be sure the correct exception
is being raised.
This test now runs on unix and zephyr minimal configurations.
Signed-off-by: Damien George <damien@micropython.org>
Diffstat (limited to 'tests/run-tests.py')
0 files changed, 0 insertions, 0 deletions