summaryrefslogtreecommitdiff
path: root/tests/basics/errno1.py
AgeCommit message (Collapse)Author
2023-06-08tests: Replace umodule with module everywhere.Jim Mussared
This work was funded through GitHub Sponsors. Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2021-07-01py/objexcept: Pretty print OSError also when it has 2 arguments.David Lechner
This extends pretty-printing of OSError's to handle two arguments when the exception name is known. Signed-off-by: David Lechner <david@pybricks.com>
2017-12-19tests: Add some more tests to improve coverage of py/parse.c.Damien George
2017-06-10tests/basics: Convert "sys.exit()" to "raise SystemExit".Paul Sokolovsky
2016-09-30tests/basics: Add test for printing OSError when errno is unknown.Damien George
2016-09-16tests/basics: Add errno1 test, to check basics of uerrno module.Damien George