summaryrefslogtreecommitdiffstats
path: root/Lib/test/support/testcase.py
Commit message (Collapse)AuthorAgeFilesLines
* gh-121039: add Floats/ComplexesAreIdenticalMixin to test.support.testcase ↵Sergey B Kirpichev2024-09-081-0/+40
| | | | (GH-121071)
* 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>