Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | tests/basics: Split out literal tests that raise SyntaxWarning on CPy. | Damien George | 2021-05-30 |
| | | | | | | Fixes issue #7330. Signed-off-by: Damien George <damien@micropython.org> | ||
* | tests/basics: Split out specific bytearray tests to separate files. | Damien George | 2019-10-29 |
| | | | | So they can be automatically skipped if bytearray is not enabled. | ||
* | tests: Rewrite some tests so they can run without needing eval/exec. | Damien George | 2018-02-14 |
| | | | | | 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. | ||
* | tests/basic: Split tests into working with small ints and not working. | Paul Sokolovsky | 2017-03-04 |
| | | | | | | 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. | ||
* | tests/basic/: Make various tests skippable. | Paul Sokolovsky | 2017-02-15 |
| | | | | To run the testsuite on small ports. | ||
* | tests: Add missing tests for builtins, and many other things. | Damien George | 2015-04-04 |
| | |||
* | tests: Add tests for SyntaxError, TypeError, and other missing things. | Damien George | 2015-03-25 |
This is intended to improve coverage of the test suite. |