We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 05dab09 commit f13cc2fCopy full SHA for f13cc2f
Lib/idlelib/idle_test/__init__.py
@@ -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
+'''
7
from os.path import dirname
8
9
def load_tests(loader, standard_tests, pattern):
0 commit comments