summaryrefslogtreecommitdiffstats
path: root/Lib/test/libregrtest/testresult.py
Commit message (Collapse)AuthorAgeFilesLines
* [3.12] gh-111165: Move test running code from test.support to libregrtest ↵Serhiy Storchaka2023-10-251-0/+191
(GH-111166) (GH-111316) Remove no longer used functions run_unittest() and run_doctest() from the test.support module. (cherry picked from commit f6a45a03d0e0ef6b00c45a0de9a606b1d23cbd2f)