cpython/Lib/test/libregrtest
Victor Stinner 9257731f5d
gh-119050: Add XML support to libregrtest refleak checker (#119148)
regrtest test runner: Add XML support to the refleak checker
(-R option).

* run_unittest() now stores XML elements as string, rather than
  objects, in support.junit_xml_list.
* runtest_refleak() now saves/restores XML strings before/after
  checking for reference leaks. Save XML into a temporary file.
2024-05-20 17:05:39 -04:00
..
__init__.py
cmdline.py gh-119050: Add XML support to libregrtest refleak checker (#119148) 2024-05-20 17:05:39 -04:00
filter.py
findtests.py
logger.py
main.py
mypy.ini
pgo.py
refleak.py gh-119050: Add XML support to libregrtest refleak checker (#119148) 2024-05-20 17:05:39 -04:00
result.py
results.py gh-119050: Add type hints to libregrtest/results.py (#119144) 2024-05-18 16:21:05 -04:00
run_workers.py
runtests.py
save_env.py
setup.py
single.py gh-119050: Add XML support to libregrtest refleak checker (#119148) 2024-05-20 17:05:39 -04:00
testresult.py
tsan.py
utils.py
win_utils.py
worker.py