micropython/tests/net_inet
Jim Mussared 4216bc7d13 tests: Replace umodule with module everywhere.
This work was funded through GitHub Sponsors.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-06-08 17:54:24 +10:00
..
README
getaddrinfo.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
ssl_cert.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
ssl_cert.py.exp
ssl_errors.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
test_tls_nonblock.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
test_tls_sites.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
test_tls_sites.py.exp
tls_num_errors.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
tls_num_errors.py.exp
tls_text_errors.py tests: Replace umodule with module everywhere. 2023-06-08 17:54:24 +10:00
uasyncio_cancel_stream.py
uasyncio_cancel_stream.py.exp
uasyncio_open_connection.py
uasyncio_open_connection.py.exp
uasyncio_tcp_read_headers.py
uasyncio_tcp_read_headers.py.exp

README

This directory contains network tests which require Internet connection.
Note that 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_inet/*.py