cpython/Lib/test/support
Victor Stinner 6dbbe748e1
bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554)
catch_unraisable_exception() now also removes its 'unraisable'
attribute at the context manager exit.
2019-05-25 00:09:38 +02:00
..
__init__.py bpo-36829: Document test.support.catch_unraisable_exception() (GH-13554) 2019-05-25 00:09:38 +02:00
script_helper.py
testresult.py