8000 removed reference of testing through IDLE (#700) · python/devguide@8bcfbd4 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8bcfbd4

Browse files
authored
removed reference of testing through IDLE (#700)
Fixes #280
1 parent 50192a8 commit 8bcfbd4

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

runtests.rst

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -24,11 +24,6 @@ On :ref:`most <mac-python.exe>` Mac OS X systems, replace :file:`./python`
2424
with :file:`./python.exe`. On Windows, use :file:`python.bat`. If using
2525
Python 2.7, replace ``test`` with ``test.regrtest``.
2626

27-
If you don't have easy access to a command line, you can run the test suite from
28-
a Python or IDLE shell::
29-
30-
>>> from test import autotest
31-
3227
This will run the majority of tests, but exclude a small portion of them; these
3328
excluded tests use special kinds of resources: for example, accessing the
3429
Internet, or trying to play a sound or to display a graphical interface on

0 commit comments

Comments
 (0)
0