summaryrefslogtreecommitdiffstats
path: root/Lib/test/test_threading.py
diff options
context:
space:
mode:
authorAntoine Pitrou <solipsis@pitrou.net>2013-09-01 17:51:49 (GMT)
committerAntoine Pitrou <solipsis@pitrou.net>2013-09-01 17:51:49 (GMT)
commit4c8ce847e64b0ad7bfebad95034943f5addc0e09 (patch)
tree95c90bbc5e9329ec593bf2b99d71ab055c0e13f7 /Lib/test/test_threading.py
parent740d6b6f39b169fe8c1ba2322fbab270aae731ea (diff)
downloadcpython-4c8ce847e64b0ad7bfebad95034943f5addc0e09.zip
cpython-4c8ce847e64b0ad7bfebad95034943f5addc0e09.tar.gz
cpython-4c8ce847e64b0ad7bfebad95034943f5addc0e09.tar.bz2
test_threading isn't rudimentary anymore
Diffstat (limited to 'Lib/test/test_threading.py')
-rw-r--r--Lib/test/test_threading.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py
index bd019cd..fef3314 100644
--- a/Lib/test/test_threading.py
+++ b/Lib/test/test_threading.py
@@ -1,4 +1,6 @@
-# Very rudimentary test of threading module
+"""
+Tests for the threading module.
+"""
import test.support
from test.support import verbose, strip_python_stderr, import_module