summaryrefslogtreecommitdiff
path: root/tests/basics/array_micropython.py
AgeCommit message (Collapse)Author
2018-03-26Conditionally compile out nonstandard array/struct typecodesJeff Epler
.. defaulting to off for circuitpython-supported boards, on for others. .. fixing up the tests that fail when it is turned off, so that they skip instead of failing
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/basic/[a-f]*: Make skippable.Paul Sokolovsky
For small ports which don't have all features enabled.
2016-12-28tests/basics: Add tests to improve coverage of binary.c.Rami Ali