micropython/tests/net_inet
Thorsten von Eicken 5264478007 extmod/modussl_mbedtls: Integrate shorter error strings.
The stm32 and esp32 ports now use shorter error strings for mbedtls errors.
Also, MBEDTLS_ERROR_C is enabled on stm32 by default to get these strings.
2020-07-21 00:31:05 +10:00
..
README
getaddrinfo.py esp32/modsocket: Fix getaddrinfo to raise on error. 2020-05-09 16:43:48 +10:00
test_tls_sites.py extmod/modussl_mbedtls: Integrate shorter error strings. 2020-07-21 00:31:05 +10:00
test_tls_sites.py.exp
tls_num_errors.py extmod/modussl: Improve exception error messages. 2020-07-20 23:41:45 +10:00
tls_num_errors.py.exp extmod/modussl: Improve exception error messages. 2020-07-20 23:41:45 +10:00
tls_text_errors.py extmod/modussl_mbedtls: Integrate shorter error strings. 2020-07-21 00:31:05 +10:00
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

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