From 4c8ce847e64b0ad7bfebad95034943f5addc0e09 Mon Sep 17 00:00:00 2001 From: Antoine Pitrou Date: Sun, 1 Sep 2013 19:51:49 +0200 Subject: test_threading isn't rudimentary anymore --- Lib/test/test_threading.py | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'Lib/test/test_threading.py') diff --git a/Lib/test/test_threading.py b/Lib/test/test_threading.py index bd019cddd3..fef3314c16 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 -- cgit v1.2.1