summaryrefslogtreecommitdiffstatshomepage
path: root/tests/extmod/uselect_poll_basic.py
Commit message (Expand)AuthorAge
* tests: Use .errno instead of .args[0] for OSError exceptions.Damien George2021-04-23
* tests: Format all Python code with black, except tests in basics subdir.David Lechner2020-03-30
* extmod/modlwip: Make socket poll return POLLNVAL in case of bad file.Damien George2019-10-31
* tests/extmod: Skip uselect test when CPython doesn't have poll().stijn2018-10-30
* tests/uselect_poll_basic: Add basic test for uselect.poll invariants.Paul Sokolovsky2018-10-05