summaryrefslogtreecommitdiff
path: root/tests/basics/int_big1.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-06-01py: Change MP_UNARY_OP_INT to MP_UNARY_OP_INT_MAYBE.Damien George
2023-04-27all: Fix spelling mistakes based on codespell check.Damien George
2020-09-04all: Rename "sys" module to "usys".stijn
2018-04-05tests/basics: Add tests for edge cases of nan-box's 47-bit small int.Damien George
2018-04-04tests/basics/int_big1.py: Add test for big int in mp_obj_get_int_maybe.Damien George
2018-04-04tests/basics/int_big1.py: Add test converting str with non-print chars.Damien George
2017-03-04tests/basic: Split tests into working with small ints and not working.Paul Sokolovsky