circuitpython/tests/net_inet
Damien George 7d911d2069 tests/net_inet: Add 'Strict-Transport-Security' to exp file.
Because micropython.org now adds this to the headers.

Signed-off-by: Damien George <damien@micropython.org>
2021-04-18 23:20:26 +10:00
..
README tests: Rename run-tests to run-tests.py for consistency. 2021-03-12 19:56:09 +11:00
getaddrinfo.py esp32/modsocket: Fix getaddrinfo to raise on error. 2020-05-09 16:43:48 +10:00
ssl_errors.py extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 2021-02-17 11:50:54 +11:00
test_tls_nonblock.py extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 2021-02-17 11:50:54 +11:00
test_tls_sites.py extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 2021-02-17 11:50:54 +11:00
test_tls_sites.py.exp extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking. 2021-02-17 11:50:54 +11:00
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 tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_cancel_stream.py.exp tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_open_connection.py tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_open_connection.py.exp tests/net_inet: Add uasyncio internet tests. 2020-03-26 01:25:45 +11:00
uasyncio_tcp_read_headers.py tests: Format all Python code with black, except tests in basics subdir. 2020-03-30 13:21:58 +11:00
uasyncio_tcp_read_headers.py.exp tests/net_inet: Add 'Strict-Transport-Security' to exp file. 2021-04-18 23:20:26 +10:00

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