Issue 1683397: Refactor test_minidom.py to use unittest. (original) (raw)

Issue1683397

Created on 2007-03-19 05:05 by jerry.seutter, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
refactor_test_minidom.py.patch jerry.seutter,2007-03-19 05:05 Patch v1
Messages (2)
msg52265 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-19 05:05
This patch refactors test_minidom.py to use unittest. Since the test gets run by xmltest.py, this will invalidate the expected output in Lib/test/output/xmltest. There are some other files run by xmltest.py that have not yet been refactored, so Lib/test/output/xmltest is not ready for removal.
msg52266 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-28 23:35
Applied as r54603. Thanks, Jerry!
History
Date User Action Args
2022-04-11 14:56:23 admin set github: 44743
2007-03-19 05:05:34 jerry.seutter create