aboutsummaryrefslogtreecommitdiff
path: root/tests/net_hosted/connect_nonblock.py
AgeCommit message (Expand)Author
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2021-02-15esp32: Set MICROPY_USE_INTERNAL_ERRNO=0 to use toolchain's errno.h.Thorsten von Eicken
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2017-06-23tests/connect_nonblock: Refactor towards real net_hosted test.Paul Sokolovsky
2017-06-23tests/net_inet: Move tests which don't require full Internet to net_hosted.Paul Sokolovsky