summaryrefslogtreecommitdiff
path: root/tests/extmod/ussl_basic.py
AgeCommit message (Expand)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
2022-07-18tests/extmod/ussl_basic: Make test run on axtls and mbedtls.Damien George
2020-07-20extmod/modussl: Improve exception error messages.Thorsten von Eicken
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2019-04-30tests/ussl_basic: Disable setblocking() calls.Paul Sokolovsky
2017-07-20extmod/modussl_axtls: Allow to close ssl stream multiple times.Paul Sokolovsky
2017-06-10tests: Convert remaining "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2017-03-09tests/extmod: Add very basic feature test for ussl module.Damien George