micropython-lib/python-stdlib/unittest
Damien George e4cf09527b unittest: Always use "raise" with an argument.
So this code can be compiled with the MicroPython native emitter, which
does not support "raise" without any arguments.

Signed-off-by: Damien George <damien@micropython.org>
2024-11-18 12:00:38 +11:00
..
examples unittest: Add subtest usage examples. 2023-02-21 23:56:06 +11:00
tests unittest: Allow SkipTest to work within a subTest. 2024-11-07 12:50:46 +11:00
unittest unittest: Always use "raise" with an argument. 2024-11-18 12:00:38 +11:00
manifest.py unittest: Always use "raise" with an argument. 2024-11-18 12:00:38 +11:00