summaryrefslogtreecommitdiff
path: root/tests/basics/int_big_rshift.py
AgeCommit message (Collapse)Author
2018-04-04tests/basics: Modify int-big tests to prevent constant folding.Damien George
So that these tests test the runtime behaviour, not the compiler (which may be executed offline).
2016-12-20tests/basics: Improve mpz test coverage.Rami Ali
2015-10-01tests: Add further tests for mpz code.Damien George
2015-03-14tests: Add some more tests for bytes, bignum, string and ujson.Damien George