summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/op_error.py
Commit message (Collapse)AuthorAge
* tests/basics: Split out literal tests that raise SyntaxWarning on CPy.Damien George2021-05-30
| | | | | | Fixes issue #7330. Signed-off-by: Damien George <damien@micropython.org>
* tests/basics: Split out specific bytearray tests to separate files.Damien George2019-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 George2018-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 Sokolovsky2017-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 Sokolovsky2017-02-15
| | | | To run the testsuite on small ports.
* tests: Add missing tests for builtins, and many other things.Damien George2015-04-04
|
* tests: Add tests for SyntaxError, TypeError, and other missing things.Damien George2015-03-25
This is intended to improve coverage of the test suite.