TencentOS-tiny/components/language/micropython/tests/net_inet
KY-zhang-X dd76146324 micropython: add micropython component 2022-09-29 12:10:37 +08:00
..
README micropython: add micropython component 2022-09-29 12:10:37 +08:00
getaddrinfo.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
ssl_errors.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
test_tls_nonblock.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
test_tls_sites.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
test_tls_sites.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
tls_num_errors.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
tls_num_errors.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
tls_text_errors.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_cancel_stream.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_cancel_stream.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_open_connection.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_open_connection.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_tcp_read_headers.py micropython: add micropython component 2022-09-29 12:10:37 +08:00
uasyncio_tcp_read_headers.py.exp micropython: add micropython component 2022-09-29 12:10:37 +08:00

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 seperately (from the main test/ directory):

    ./run-tests.py net_inet/*.py