circuitpython/tests/basics
Paul Sokolovsky 757ac81a69 Add proper checks for fits-in-small-int. Make it reusable.
We likely should make mp_obj_new_int() inline, and rely on its
encapsulated check rather than inline checks everywhere explicitly.

Also, parser for big small int values is still broken.
2014-01-12 22:04:21 +02:00
..
tests Add proper checks for fits-in-small-int. Make it reusable. 2014-01-12 22:04:21 +02:00
run-tests Count individual testcases when running tests. 2014-01-08 22:49:34 +02:00