Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-05-19 | py/objarray: Disallow memoryview addition. | Damien George | |
Following CPython. This is important for subsequent commits to work correctly. Signed-off-by: Damien George <damien@micropython.org> | |||
2018-02-14 | tests: Rewrite some tests so they can run without needing eval/exec. | Damien George | |
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. | |||
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky | |
To run the testsuite on small ports. |