aboutsummaryrefslogtreecommitdiff
path: root/tests/net_inet
AgeCommit message (Expand)Author
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-04-18tests/net_inet: Add 'Strict-Transport-Security' to exp file.Damien George
2021-03-12tests: Rename run-tests to run-tests.py for consistency.Damien George
2021-02-17extmod/modussl: Fix ussl read/recv/send/write errors when non-blocking.Thorsten von Eicken
2020-07-21extmod/modussl_mbedtls: Integrate shorter error strings.Thorsten von Eicken
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-05-09esp32/modsocket: Fix getaddrinfo to raise on error.Thorsten von Eicken
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-26tests/net_inet: Add uasyncio internet tests.Damien George
2017-10-26tests/net_inet: Update tls test to work with CPython and incl new site.Damien George
2017-06-23tests/net_inet: Move tests which don't require full Internet to net_hosted.Paul Sokolovsky
2017-06-21tests/net_inet: Add tests for accept and connect in nonblocking mode.Damien George
2017-06-21tests/net_inet/test_tls_sites.py: Integration test for SSL connections.Paul Sokolovsky