Jim Mussared
|
6027c41c8f
|
tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors.
Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
|
1 year ago |
Jim Mussared
|
7ed99544e4
|
extmod/uasyncio: Add asyncio.current_task().
Matches CPython behavior.
Fixes #6686
|
4 years ago |
Paul Sokolovsky
|
07241cd37a
|
py/objstringio: If created from immutable object, follow copy on write policy.
Don't create copy of immutable object's contents until .write() is called
on BytesIO.
|
8 years ago |
Rami Ali
|
65574f817a
|
tests/basics: Add tests to improve coverage of binary.c.
|
8 years ago |
Paul Sokolovsky
|
acea9352a9
|
tests/extmod: Add tests for sleep_ms/us(), ticks_ms/us/diff().
Simple smoke tests, mostly for coverage. Added to extmod based on the fact
that they're extensions to standard modules.
|
9 years ago |
Damien George
|
9dd3640464
|
tests: Add missing tests for builtins, and many other things.
|
10 years ago |