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_pty.py to use unittest.
Type: Stage:
Components: Tests Versions: Python 2.6
process
Status: closed Resolution: accepted
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, jerry.seutter
Priority: normal Keywords: patch

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

Files
File name Uploaded Description Edit
test_pty_refactor.patch jerry.seutter, 2007-03-07 05:43 patch v1
Messages (2)
msg52084 - (view) Author: Jerry Seutter (jerry.seutter) * (Python committer) Date: 2007-03-07 05:43
This patch turns test_pty.py into a unittest test file. There should be no changes in what the file tests.

Lib/test/output/test_pty should be removed when this patch is applied.
msg52085 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-03-07 11:37
Committed a slightly revised version as rev. 54206.
History
Date User Action Args
2022-04-11 14:56:23adminsetgithub: 44673
2007-03-07 05:43:01jerry.seuttercreate