Damien George
|
ca9068e0ef
|
py/objarray: Disallow memoryview addition.
Following CPython. This is important for subsequent commits to work
correctly.
Signed-off-by: Damien George <damien@micropython.org>
|
2023-05-19 13:33:54 +10:00 |
Damien George
|
04c55f5828
|
tests: Rewrite some tests so they can run without needing eval/exec.
For builds without the compiler enabled (and hence without eval/exec) it is
useful to still be able to run as many tests as possible.
|
2018-02-14 16:50:20 +11:00 |
Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03:00 |
Paul Sokolovsky
|
f980c70997
|
tests/basic/: Make various tests skippable.
To run the testsuite on small ports.
|
2017-02-15 18:11:16 +03:00 |