]> granicus.if.org Git - python/commit
Change default verbosity so that there are only three levels left: -q,
authorGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 20:08:24 +0000 (20:08 +0000)
committerGuido van Rossum <guido@python.org>
Mon, 18 Aug 1997 20:08:24 +0000 (20:08 +0000)
commita412220bbf8ef8391eb38b35d62520cfbc2fc039
tree6d046208174d4480f69d66682516dad683e9266a
parent6688d35c4378327e11e351f2536621198b0320d0
Change default verbosity so that there are only three levels left: -q,
default and -v.  In default mode, the name of each test is printed.
-v is the same as the old -vv.  -q is more quiet than the old default
mode; that's fine I think.
Lib/test/regrtest.py