summaryrefslogtreecommitdiff
path: root/tests/basics/fun_error2.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-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-03-10tests/basics/fun_error: Split out skippable test.Paul Sokolovsky