mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
This commit is contained in:
parent
9588d998d5
commit
ff889396a8
2 changed files with 7 additions and 14 deletions
1
Lib/unittest/test/dummy.py
Normal file
1
Lib/unittest/test/dummy.py
Normal file
|
@ -0,0 +1 @@
|
|||
# Empty module for testing the loading of modules
|
Loading…
Add table
Add a link
Reference in a new issue