summaryrefslogtreecommitdiffstatshomepage
path: root/tests/basics/builtin_abs.py
Commit message (Collapse)AuthorAge
* 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.
* py: Fix builtin abs so it works for bools and bignum.Damien George2015-03-14