micropython/tests/net_inet
Damien George b1229efbd1 all: Fix spelling mistakes based on codespell check.
Signed-off-by: Damien George <damien@micropython.org>
2023-04-27 18:03:06 +10:00
..
README all: Fix spelling mistakes based on codespell check. 2023-04-27 18:03:06 +10:00
getaddrinfo.py esp32/modsocket: Fix getaddrinfo to raise on error. 2020-05-09 16:43:48 +10:00
ssl_cert.py extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2022-07-20 16:46:04 +10:00
ssl_cert.py.exp extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2022-07-20 16:46:04 +10:00
ssl_errors.py tests: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
test_tls_nonblock.py tests/net_inet: Remove broken api.telegram.org from tests. 2022-06-03 14:34:29 +10:00
test_tls_sites.py tests/net_inet: Remove broken api.telegram.org from tests. 2022-06-03 14:34:29 +10:00
test_tls_sites.py.exp tests/net_inet: Remove broken api.telegram.org from tests. 2022-06-03 14:34:29 +10:00
tls_num_errors.py extmod/modussl: Improve exception error messages. 2020-07-20 23:41:45 +10:00
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 2020-07-20 23:41:45 +10:00
tls_text_errors.py extmod/modussl_mbedtls: Integrate shorter error strings. 2020-07-21 00:31:05 +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 tests/net_inet: Add 'Strict-Transport-Security' to exp file. 2021-04-18 23:20:26 +10: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 separately (from the main test/ directory):

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