Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-05-30 | tests/basics: Split out literal tests that raise SyntaxWarning on CPy. | Damien George | |
Fixes issue #7330. Signed-off-by: Damien George <damien@micropython.org> | |||
2019-10-29 | tests/basics: Split out specific bytearray tests to separate files. | Damien George | |
So they can be automatically skipped if bytearray is not enabled. | |||
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-03-04 | tests/basic: Split tests into working with small ints and not working. | Paul Sokolovsky | |
Tests which don't work with small ints are suffixed with _intbig.py. Some of these may still work with long long ints and need to be reclassified later. | |||
2017-02-15 | tests/basic/: Make various tests skippable. | Paul Sokolovsky | |
To run the testsuite on small ports. | |||
2015-04-04 | tests: Add missing tests for builtins, and many other things. | Damien George | |
2015-03-25 | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | |
This is intended to improve coverage of the test suite. |