diff options
author | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-04 20:30:45 (GMT) |
---|---|---|
committer | Serhiy Storchaka <storchaka@gmail.com> | 2016-06-04 20:30:45 (GMT) |
commit | a23234b10d3de9ef88318c82efe2c1b5f288e08d (patch) | |
tree | 048dcc84dec035b3261513a1267ac6ed00fda185 /Lib | |
parent | 41e9ad1ef40666e616d0923776b0b1d034b863ad (diff) | |
parent | f13cc2f991ba2a2377078249463635be06e8645d (diff) | |
download | cpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.zip cpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.tar.gz cpython-a23234b10d3de9ef88318c82efe2c1b5f288e08d.tar.bz2 |
Merge heads
Diffstat (limited to 'Lib')
-rw-r--r-- | Lib/idlelib/idle_test/__init__.py | 6 |
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): |