aboutsummaryrefslogtreecommitdiff
path: root/tests/extmod/usocket_udp_nonblock.py
AgeCommit message (Expand)Author
2021-04-23tests: Use .errno instead of .args[0] for OSError exceptions.Damien George
2020-03-30tests: Format all Python code with black, except tests in basics subdir.David Lechner
2020-03-18extmod/modlwip: Properly handle non-blocking and timeout on UDP recv.Damien George