Skip to content

Commit a23234b

Browse files
Merge heads
2 parents 41e9ad1 + f13cc2f commit a23234b

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

Lib/idlelib/idle_test/__init__.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
1+
'''idlelib.idle_test is a private implementation of test.test_idle,
2+
which tests the IDLE application as part of the stdlib test suite.
3+
Run IDLE tests alone with "python -m test.test_idle".
4+
This package and its contained modules are subject to change and
5+
any direct use is at your own risk.
6+
'''
17
from os.path import dirname
28

39
def load_tests(loader, standard_tests, pattern):

0 commit comments

Comments
 (0)