classification
Title: Refactor test_minidom.py to use unittest.
Type: Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: collinwinter Nosy List: collinwinter, jseutter (2)
Priority: normal Keywords patch

Created on 2007-03-19 05:05 by jseutter, last changed 2007-03-28 23:35 by collinwinter.

Files
File name Uploaded Description Edit Remove
refactor_test_minidom.py.patch jseutter, 2007-03-19 05:05 Patch v1
Messages (2)
msg52265 - (view) Author: Jerry Seutter (jseutter) 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) Date: 2007-03-28 23:35
Applied as r54603. Thanks, Jerry!
History
Date User Action Args
2007-03-19 05:05:34jseuttercreate