aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/uctypes_le.py
AgeCommit message (Expand)Author
2020-08-29all: Update Python code to conform to latest black formatting.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-02-15tests/extmod: Make tests skippable.Paul Sokolovsky
2016-12-12tests/extmod: Improve moductypes test coverage.Rami Ali
2015-06-06moductypes: Swap address and descriptor args in constructor.Paul Sokolovsky
2014-07-11moductypes: Add symbolic constants to specify bitfield position/length.Paul Sokolovsky
2014-07-09moductypes: Foreign data interface module, roughly based on ctype ideas.Paul Sokolovsky