mirror of
https://github.com/micropython/micropython.git
synced 2026-01-05 11:40:18 +01:00
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>
6 lines
101 B
Plaintext
6 lines
101 B
Plaintext
254
|
|
255
|
|
RuntimeError name too long 256
|
|
RuntimeError name too long 257
|
|
RuntimeError name too long 258
|