Issue 1675471: Refactor test_pty.py to use unittest. (original) (raw)

Issue1675471

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:23 admin set github: 44673
2007-03-07 05:43:01 jerry.seutter create