Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython3
/
a4127173f8da2bd7474f3ae66257b97056e85c87
/
Lib
/
test
/
test_winsound.py
8906575
_have_soundcard() is a bad check for winsound.Beep, since you can have a soundcard but have the beep driver disabled. This revision basically disables the beep tests by wrapping them in a try/except. The Right Way To Do It is to come up with a _have_enabled_beep_driver() and use that.
by Steven Bethard
· 17 years ago
496ad27
The behaviour of winsound.Beep() seems to differ between different versions of Windows when there's either:
by Trent Nelson
· 17 years ago
2180725
Get this test to pass even when there is no sound card in the system.
by Neal Norwitz
· 17 years ago
f8cf13e
Update test_winsound to check for a configured sound card (using a VBScript
by Trent Mick
· 19 years ago
ad9a7c4
test_alias_nofallback(): Someone broke this test, after 2.3, by
by Tim Peters
· 21 years ago
b8b60ea
PlaySoundTest.test_alias_nofallback(): Simplified the coding by using
by Tim Peters
· 22 years ago
086e562
PlaySoundTest.test_alias_fallback(): Disabled this test, and explained
by Tim Peters
· 22 years ago
8bcbe6a
Don't require that a RuntimeError is raised when playing a second
by Walter Dörwald
· 22 years ago
7fd9424
Port test_array and test_winsound to PyUnit. Enhance tests for array
by Walter Dörwald
· 22 years ago
11d204c
Add test for MessageBeep()
by Guido van Rossum
· 22 years ago
004d5e6
Make reindent.py happy (convert everything to 4-space indents!).
by Fred Drake
· 25 years ago
2512d6d
Fix spelling error and remove Windows line endings.
by Guido van Rossum
· 25 years ago
cdd092f
Added test_winsound by Mark Hammond.
by Guido van Rossum
· 25 years ago