mirror of
https://github.com/python/cpython.git
synced 2025-08-03 00:23:06 +00:00
gh-77171: Fixes SubFormat check to compare the entire value. Add docs (GH-97509)
This commit is contained in:
parent
f1cca801f5
commit
a4ac14faa5
3 changed files with 21 additions and 6 deletions
|
@ -133,7 +133,7 @@ class WavePCM32Test(WaveTest, unittest.TestCase):
|
|||
|
||||
class MiscTestCase(unittest.TestCase):
|
||||
def test__all__(self):
|
||||
not_exported = {'WAVE_FORMAT_PCM', 'WAVE_FORMAT_EXTENSIBLE'}
|
||||
not_exported = {'WAVE_FORMAT_PCM', 'WAVE_FORMAT_EXTENSIBLE', 'KSDATAFORMAT_SUBTYPE_PCM'}
|
||||
support.check__all__(self, wave, not_exported=not_exported)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue