micropython-lib/python-stdlib/unittest/tests
Andrzej Kowalczyk 863a018b89 unittest: Remove dependence on sys.exc_info.
This is not included by default in most builds, and isn't necessary for
this module anyway.

Also fix the local variable shadowing the traceback module in _capture_exc.

Added test for both (works on CPython and MicroPython).

Version bump to 0.10.2.

Signed-off-by: Jim Mussared <jim.mussared@gmail.com>
2023-01-31 12:38:00 +11:00
..
test_assertions.py unittest: Move back to python-stdlib. 2022-09-13 09:57:04 +10:00
test_basics.py unittest: Move back to python-stdlib. 2022-09-13 09:57:04 +10:00
test_exception.py unittest: Remove dependence on sys.exc_info. 2023-01-31 12:38:00 +11:00
test_setup.py unittest: Move back to python-stdlib. 2022-09-13 09:57:04 +10:00