aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_bytearray.py
AgeCommit message (Collapse)Author
2017-12-19tests/extmod: Add some uctypes tests to improve coverage of that module.Damien George
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
Now address comes first, and args related to struct type are groupped next. Besides clear groupping, should help catch errors eagerly (e.g. forgetting to pass address will error out). Also, improve args number checking/reporting overall.
2014-10-30moductypes: Add test for accessing UINT8 array.Paul Sokolovsky