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 e8a4c1dd53 extmod/modssl: Add SSLContext class. 1 year ago
..
README all: Fix spelling mistakes based on codespell check. 2 years ago
asyncio_cancel_stream.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_cancel_stream.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_open_connection.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_open_connection.py.exp tests: Rename uasyncio to asyncio. 1 year ago
asyncio_tcp_read_headers.py tests: Rename uasyncio to asyncio. 1 year ago
asyncio_tcp_read_headers.py.exp tests: Rename uasyncio to asyncio. 1 year ago
getaddrinfo.py tests: Replace umodule with module everywhere. 1 year ago
ssl_cert.py tests: Replace umodule with module everywhere. 1 year ago
ssl_cert.py.exp extmod/modussl_mbedtls: Implement cert_reqs and cadata arguments. 2 years ago
ssl_errors.py tests: Replace umodule with module everywhere. 1 year ago
test_tls_nonblock.py tests: Replace umodule with module everywhere. 1 year ago
test_tls_sites.py extmod/modssl: Add SSLContext class. 1 year ago
test_tls_sites.py.exp tests/net_inet: Remove broken api.telegram.org from tests. 2 years ago
tls_num_errors.py tests: Replace umodule with module everywhere. 1 year ago
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 4 years ago
tls_text_errors.py tests: Replace umodule with module everywhere. 1 year 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 separately (from the main test/ directory):

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