Age | Commit message (Collapse) | Author | |
---|---|---|---|
2023-06-08 | tests: 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-01 | py/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-19 | tests: Add some more tests to improve coverage of py/parse.c. | Damien George | |
2017-06-10 | tests/basics: Convert "sys.exit()" to "raise SystemExit". | Paul Sokolovsky | |
2016-09-30 | tests/basics: Add test for printing OSError when errno is unknown. | Damien George | |
2016-09-16 | tests/basics: Add errno1 test, to check basics of uerrno module. | Damien George | |