]> granicus.if.org Git - python/commit
When run as a script, runs each test and sends results to stdout
authorBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 23:10:39 +0000 (23:10 +0000)
committerBarry Warsaw <barry@python.org>
Tue, 10 Dec 1996 23:10:39 +0000 (23:10 +0000)
commit2e644a0f8653caea88b0143a36c9a3ba5a836f73
tree26708c459689ac84eb95570e73ae808f5c698837
parent272c00b634d08fe7813a994f8ba78077c6b7094c
When run as a script, runs each test and sends results to stdout
(i.e. this restores the old functionality).

Note that if a test couldn't be imported, it is just ignored (and no
warning is printed).
Lib/test/testall.py