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_pyexpat.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:59 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_pyexpat.patch jerry.seutter, 2007-03-28 20:59 patch v1
Messages (4)
msg52316 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-28 20:59
This patch refactors test_pyexpat.py to use unittest.  When this patch is applied, Lib/test/output/test_pyexpat can be removed.

This patch combined with patch 1683397 and patch 1690164 makes Lib/test/output/xmltest redundant.  It can be removed.
msg52317 - (view) Author: Collin Winter (collinwinter) * (Python committer) Date: 2007-03-28 22:07
So do I need to apply this patch plus 1683397 and 1690164 at the same time?
msg52318 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-28 22:42
It's up to you.  If you patch one of them at a time, the xmltest unit test will be broken unless you regenerate the output file.

If you apply all three of them at once, you can remove Lib/test/output/xmltest.
msg52319 - (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: 44780
2007-03-28 20:59:02jerry.seuttercreate