Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-19 | tests: Rename uasyncio to asyncio. | Jim Mussared | |
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com> | |||
2021-04-23 | tests: Use .errno instead of .args[0] for OSError exceptions. | Damien George | |
Signed-off-by: Damien George <damien@micropython.org> | |||
2020-03-26 | tests/multi_net: Add uasyncio test for TCP server and client. | Damien George | |
Includes a test where the (non uasyncio) client does a RST on the connection, as a simple TCP server/client test where both sides are using uasyncio, and a test for TCP stream close then write. |