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: test_sunaudiodev.py converted to unittest
Type: enhancement Stage:
Components: Tests Versions: Python 3.2
process
Status: closed Resolution: out of date
Dependencies: Superseder:
Assigned To: Nosy List: benjamin.peterson, facundobatista, giampaolo.rodola
Priority: normal Keywords: patch

Created on 2008-02-07 21:06 by giampaolo.rodola, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
test_sunaudiodev.diff giampaolo.rodola, 2008-02-07 21:06 test_sunaudiodev.py converted to unittest
Messages (3)
msg62182 - (view) Author: Giampaolo Rodola' (giampaolo.rodola) * (Python committer) Date: 2008-02-07 21:06
In attachment.
I didn't try it since I don't have a SunOS system but it should be ok
(it's very minimalistic).
As far as I can tell it should work also for Python 3.0.
msg68651 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2008-06-23 21:34
I'm a little nervous about committing anything that hasn't been tested.
Can anyone on Sun test this please?
msg109721 - (view) Author: Benjamin Peterson (benjamin.peterson) * (Python committer) Date: 2010-07-09 12:52
Not in Py3.
History
Date User Action Args
2022-04-11 14:56:30adminsetgithub: 46320
2010-07-09 12:52:45benjamin.petersonsetstatus: open -> closed
resolution: out of date
messages: + msg109721
2010-07-09 05:28:18terry.reedysetversions: + Python 3.2, - Python 2.6, Python 3.0
2008-06-23 21:34:19benjamin.petersonsetnosy: + benjamin.peterson
messages: + msg68651
2008-02-08 18:58:12christian.heimessetpriority: normal
keywords: + patch
2008-02-07 21:06:54giampaolo.rodolacreate