summaryrefslogtreecommitdiff
path: root/Lib/test/test_winsound.py
Commit message (Expand)AuthorAgeFilesLines
* Issue #27748: Backed out changeset 6137d0ed0a15Zachary Ware2016-09-051-4/+1
* Issue #27748: strengthen test_alias_nofallbackZachary Ware2016-09-051-1/+4
* Issue #27748: Simplify test_winsound.Zachary Ware2016-09-051-191/+63
* Issue #27076: Doc, comment and test function name spelling fixesMartin Panter2016-05-261-1/+1
* Issue #19987: Re-write test_alias_fallback in test_winsound to have twoZachary Ware2013-12-161-7/+8
* Issue #19595: Re-enable a long-disabled test in test_winsoundZachary Ware2013-11-271-12/+8
* test_winsound should require the "audio" resource, as it does on 3.x.Antoine Pitrou2012-11-241-0/+1
* Merged revisions 83927 via svnmerge fromAntoine Pitrou2010-08-101-1/+1
* Fix #8618. Ask the Windows mixer API if there are any playback devicesBrian Curtin2010-06-011-0/+6
* In test_winsound, don't try to import _winreg until after checking that winso...Mark Dickinson2010-04-131-1/+1
* Fix #7306. Add skips to test_winsound when no default sound is configured.Brian Curtin2010-04-131-0/+18
* Issue #8367: Fix spurious test failure on systems without a sound card.Stefan Krah2010-04-121-5/+3
* Add import_function method to test.test_support, and modify a number ofR. David Murray2009-03-301-1/+3
* _have_soundcard() is a bad check for winsound.Beep, since you can have a soun...Steven Bethard2008-03-181-17/+19
* The behaviour of winsound.Beep() seems to differ between different versions o...Trent Nelson2008-03-181-2/+10
* Get this test to pass even when there is no sound card in the system.Neal Norwitz2008-03-051-4/+16
* Update test_winsound to check for a configured sound card (using a VBScriptTrent Mick2006-03-161-34/+115
* test_alias_nofallback(): Someone broke this test, after 2.3, byTim Peters2004-05-161-2/+18
* PlaySoundTest.test_alias_nofallback(): Simplified the coding by usingTim Peters2003-09-221-7/+2
* PlaySoundTest.test_alias_fallback(): Disabled this test, and explainedTim Peters2003-09-221-1/+12
* Don't require that a RuntimeError is raised when playing a secondWalter Dörwald2003-06-301-5/+9
* Port test_array and test_winsound to PyUnit. Enhance tests for arrayWalter Dörwald2003-05-181-15/+99
* 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