You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Damien George 3123f6918b tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
..
README tests: Rename run-tests to run-tests.py for consistency. 4 years ago
getaddrinfo.py esp32/modsocket: Fix getaddrinfo to raise on error. 5 years ago
ssl_errors.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
test_tls_nonblock.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
test_tls_sites.py extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 4 years ago
test_tls_sites.py.exp extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 4 years ago
tls_num_errors.py extmod/modussl: Improve exception error messages. 4 years ago
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 4 years ago
tls_text_errors.py extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
uasyncio_cancel_stream.py tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_cancel_stream.py.exp tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_open_connection.py tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_open_connection.py.exp tests/net_inet: Add uasyncio internet tests. 5 years ago
uasyncio_tcp_read_headers.py tests: Format all Python code with black, except tests in basics subdir. 5 years ago
uasyncio_tcp_read_headers.py.exp tests/net_inet: Add 'Strict-Transport-Security' to exp file. 4 years ago

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