summaryrefslogtreecommitdiff
path: root/Lib/unittest/test/dummy.py
diff options
context:
space:
mode:
authorMichael Foord <fuzzyman@voidspace.org.uk>2010-03-27 12:55:19 +0000
committerMichael Foord <fuzzyman@voidspace.org.uk>2010-03-27 12:55:19 +0000
commitff889396a845a557aa440a6960fcc5d8e6d9033a (patch)
treefed4f3116d82b7573fa4c755f30a3226b0add746 /Lib/unittest/test/dummy.py
parent9588d998d593f165403dd9f105b55aa2489ce47c (diff)
downloadcpython-git-ff889396a845a557aa440a6960fcc5d8e6d9033a.tar.gz
A fix for running unittest tests on platforms without the audioop module (e.g. jython and IronPython)
Diffstat (limited to 'Lib/unittest/test/dummy.py')
-rw-r--r--Lib/unittest/test/dummy.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/Lib/unittest/test/dummy.py b/Lib/unittest/test/dummy.py
new file mode 100644
index 0000000000..e4f14e4035
--- /dev/null
+++ b/Lib/unittest/test/dummy.py
@@ -0,0 +1 @@
+# Empty module for testing the loading of modules