This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

classification
Title: Refactor test_sax.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, jerry.seutter
Priority: normal Keywords: patch

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:23adminsetgithub: 44779
2007-03-28 20:55:34jerry.seuttercreate