summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/testcase.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-103791: Make contextlib.suppress also act on exceptions within an ↵Łukasz Langa2023-04-241-0/+25
ExceptionGroup (#103792) Co-authored-by: Irit Katriel <1055913+iritkatriel@users.noreply.github.com>