Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
python
/
cpython2
/
b7414e0fdb35d21612895cbb41f993808f755c40
/
Lib
/
test
/
test_winsound.py
51e90bc
Issue #19987: Re-write test_alias_fallback in test_winsound to have two
by Zachary Ware
· 12 years ago
72a01b2
Issue #19595: Re-enable a long-disabled test in test_winsound
by Zachary Ware
· 12 years ago
508d7d3
test_winsound should require the "audio" resource, as it does on 3.x.
by Antoine Pitrou
· 13 years ago
920e7e9
Merged revisions 83927 via svnmerge from
by Antoine Pitrou
· 15 years ago
824912e
Fix #8618. Ask the Windows mixer API if there are any playback devices
by Brian Curtin
· 15 years ago
2c4798b
In test_winsound, don't try to import _winreg until after checking that winsound is supported.
by Mark Dickinson
· 15 years ago
d5c50b3
Fix #7306. Add skips to test_winsound when no default sound is configured.
by Brian Curtin
· 15 years ago
9aca91d
Issue #8367: Fix spurious test failure on systems without a sound card.
by Stefan Krah
· 15 years ago
59beec3
Add import_function method to test.test_support, and modify a number of
by R. David Murray
· 16 years ago
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