Issue 1690164: Refactor test_sax.py to use unittest. (original) (raw)

Issue1690164

Created on 2007-03-28 20:55 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_sax.py.patch jerry.seutter,2007-03-28 20:55 patch v1
Messages (2)
msg52314 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-28 20:55
This patch refactors test_sax.py to use unittest. When this patch is applied, Lib/test/output/xmltest will be invalid, but not yet ready for removal (test_pyexpat.py refactoring still pending).
msg52315 - (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: 44779
2007-03-28 20:55:34 jerry.seutter create