aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_sizeof.py
AgeCommit message (Expand)Author
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
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
2016-01-10extmod: Fix uctypes size calculation for bitfieldsDave Hylands
2015-12-09extmod: Add test which demonstrates LITTLE_ENDIAN packing failureDave Hylands
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2014-10-30moductypes: Make sure we can apply .sizeof() to all aggregate types.Paul Sokolovsky