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.
 
 
 
 
 
 
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
..
README tests/net_inet: Move tests which don't require full Internet to net_hosted. 7 years ago
getaddrinfo.py esp32/modsocket: Fix getaddrinfo to raise on error. 5 years ago
test_tls_sites.py extmod/modussl_mbedtls: Integrate shorter error strings. 4 years ago
test_tls_sites.py.exp tests/net_inet: Update tls test to work with CPython and incl new site. 7 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 uasyncio internet tests. 5 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 net_inet/*.py