summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:30:45 (GMT)
committerSerhiy Storchaka <storchaka@gmail.com>2016-06-04 20:30:45 (GMT)
commita23234b10d3de9ef88318c82efe2c1b5f288e08d (patch)
tree048dcc84dec035b3261513a1267ac6ed00fda185 /Lib
parent41e9ad1ef40666e616d0923776b0b1d034b863ad (diff)
parentf13cc2f991ba2a2377078249463635be06e8645d (diff)
downloadcpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.zip
cpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.tar.gz
cpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.tar.bz2
Merge heads
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/idle_test/__init__.py6
1 files changed, 6 insertions, 0 deletions
diff --git a/Lib/idlelib/idle_test/__init__.py b/Lib/idlelib/idle_test/__init__.py
index 1bc9536..845c92d 100644
--- a/Lib/idlelib/idle_test/__init__.py
+++ b/Lib/idlelib/idle_test/__init__.py
@@ -1,3 +1,9 @@
+'''idlelib.idle_test is a private implementation of test.test_idle,
+which tests the IDLE application as part of the stdlib test suite.
+Run IDLE tests alone with "python -m test.test_idle".
+This package and its contained modules are subject to change and
+any direct use is at your own risk.
+'''
from os.path import dirname
def load_tests(loader, standard_tests, pattern):