summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_winsound.py
Commit message (Collapse)AuthorAgeFilesLines
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
| | | | | | | sound while the first one is still running, as the first one one might already have finished. Fixes part of SF bug #763052.
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-181-15/+99
| | | | | | (code coverage for Modules/arraymodule.c is at 91%) From SF patch #736962.
* Add test for MessageBeep()Guido van Rossum2003-04-091-1/+13
|
* Make reindent.py happy (convert everything to 4-space indents!).Fred Drake2000-10-231-1/+0
|
* Fix spelling error and remove Windows line endings.Guido van Rossum2000-04-241-1/+1
|
* Added test_winsound by Mark Hammond.Guido van Rossum2000-04-211-0/+7