summaryrefslogtreecommitdiff
path: root/tests/basics/fun_error.py
AgeCommit message (Collapse)Author
2018-02-14tests: 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-10tests/basics/fun_error: Split out skippable test.Paul Sokolovsky
2015-04-05tests: Add some more tests to improve code coverage of corner cases.Damien George
2015-04-04tests: Add missing tests for builtins, and many other things.Damien George