summaryrefslogtreecommitdiff
path: root/tests/micropython/heapalloc_bytesio2.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-09py/objstringio: If created from immutable object, follow copy on write policy.Paul Sokolovsky