micropython/tests/net_hosted
Jim Mussared 6027c41c8f tests: Rename uasyncio to asyncio.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-19 17:33:03 +10:00
..
README
accept_nonblock.py
accept_nonblock.py.exp
accept_timeout.py
accept_timeout.py.exp
asyncio_start_server.py tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
asyncio_start_server.py.exp tests: Rename uasyncio to asyncio. 2023-06-19 17:33:03 +10:00
connect_nonblock.py
connect_nonblock.py.exp
connect_nonblock_xfer.py
connect_poll.py
connect_poll.py.exp
ssl_getpeercert.py
ssl_getpeercert.py.exp

README

This directory contains network tests which require just "peer to peer"
network connection between test host and device under test, instead of
full Internet connection.

Note that setup for these tests and tests themselves are WIP, and may
not yet fully correspond to the functional specification above.

So far, these tests are not run as part of the main testsuite and need
to be run separately (from the main test/ directory):

    ./run-tests.py net_hosted/*.py