summaryrefslogtreecommitdiff
path: root/tests/extmod/framebuf_subclass.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2023-02-02top: Update Python formatting to black "2023 stable style".Jim Mussared
2021-05-26tests: Make float and framebuf tests skip or run on big-endian archs.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-02-21extmod/modframebuf: Allow blit source to be a subclass of FrameBuffer.Jim Mussared
2017-12-12tests/extmod: Add test which subclasses framebuf.FrameBuffer.Damien George