Dan Halbert
|
88c22d5052
|
remove last uses of 'u' prefix
|
2023-08-22 12:57:47 -04:00 |
David Lechner
|
58e4d72338
|
py/objexcept: Pretty print OSError also when it has 2 arguments.
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>
|
2021-07-01 13:23:54 +10:00 |
Damien George
|
35a759dc1d
|
tests: Add some more tests to improve coverage of py/parse.c.
|
2017-12-19 16:13:00 +11:00 |
Paul Sokolovsky
|
a2803b74f4
|
tests/basics: Convert "sys.exit()" to "raise SystemExit".
|
2017-06-10 20:03:01 +03:00 |
Damien George
|
9f72a14920
|
tests/basics: Add test for printing OSError when errno is unknown.
|
2016-09-30 16:45:10 +10:00 |
Damien George
|
2b7c4a1878
|
tests/basics: Add errno1 test, to check basics of uerrno module.
|
2016-09-16 15:33:51 +10:00 |