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