summaryrefslogtreecommitdiffstats
path: root/Lib
diff options
context:
space:
mode:
authorTerry Jan Reedy <tjreedy@udel.edu>2016-06-04 06:32:32 (GMT)
committerTerry Jan Reedy <tjreedy@udel.edu>2016-06-04 06:32:32 (GMT)
commit2cf6ca787a899a16896c2279364ff04150fc21b0 (patch)
tree99993f3f03a66bd9c689a0ab93363d4216db7158 /Lib
parentcdf71c4836ea27c2c5447beb8d8e5cdf4d6da961 (diff)
parent1aa06e15256af2b4c2cfe41bfdcd0e1349f5b1d4 (diff)
downloadcpython-2cf6ca787a899a16896c2279364ff04150fc21b0.zip
cpython-2cf6ca787a899a16896c2279364ff04150fc21b0.tar.gz
cpython-2cf6ca787a899a16896c2279364ff04150fc21b0.tar.bz2
Merge with 3.5
Diffstat (limited to 'Lib')
-rw-r--r--Lib/idlelib/idle_test/README.txt4
1 files changed, 2 insertions, 2 deletions
diff --git a/Lib/idlelib/idle_test/README.txt b/Lib/idlelib/idle_test/README.txt
index 01b31f6..dc7a286 100644
--- a/Lib/idlelib/idle_test/README.txt
+++ b/Lib/idlelib/idle_test/README.txt
@@ -56,7 +56,7 @@ requires('gui')
To guard a test class, put "requires('gui')" in its setUpClass function.
-To avoid interfering with other gui tests, all gui objects must be destroyed and
+To avoid interfering with other GUI tests, all GUI objects must be destroyed and
deleted by the end of the test. The Tk root created in a setUpX function should
be destroyed in the corresponding tearDownX and the module or class attribute
deleted. Others widgets should descend from the single root and the attributes
@@ -116,7 +116,7 @@ file, which is appropriate when developing tests. The 'exit=False'
option is needed in xyx.py files when an htest follows.
The following command lines also run all test methods, including
-gui tests, in test_xyz.py. (Both '-m idlelib' and '-m idlelib.idle'
+GUI tests, in test_xyz.py. (Both '-m idlelib' and '-m idlelib.idle'
start Idle and so cannot run tests.)
python -m idlelib.xyz