micropython/tests/net_inet
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions.
Signed-off-by: Damien George <damien@micropython.org>
2021-04-23 22:03:46 +10:00
..
README
getaddrinfo.py
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: Use .errno instead of .args[0] for OSError exceptions. 2021-04-23 22:03:46 +10:00
test_tls_sites.py
test_tls_sites.py.exp
tls_num_errors.py
tls_num_errors.py.exp
tls_text_errors.py
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 seperately (from the main test/ directory):

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