summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_sum.py
Commit message (Collapse)AuthorAge
* tests: Use range as iterable instead of list comprehension.Damien George2015-03-02
| | | | | So that navite emitter passes (comprehensions use yield which is not yet supported by native emitter).
* tests: Add tests for builtins: all, any, sum, abs.Damien George2015-03-02