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.
 
 
 
 
 
 
Carlosgg b41cfea02a extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 3 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_cert.py extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2 years ago
ssl_cert.py.exp extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2 years ago
ssl_errors.py tests: Use .errno instead of .args[0] for OSError exceptions. 4 years ago
test_tls_nonblock.py tests/net_inet: Remove broken api.telegram.org from tests. 2 years ago
test_tls_sites.py tests/net_inet: Remove broken api.telegram.org from tests. 2 years ago
test_tls_sites.py.exp tests/net_inet: Remove broken api.telegram.org from tests. 2 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