Add --help, --quiet options to test.py.
authorW. Trevor King <wking@drexel.edu>
Wed, 27 Jan 2010 13:39:00 +0000 (08:39 -0500)
committerW. Trevor King <wking@drexel.edu>
Wed, 27 Jan 2010 13:39:00 +0000 (08:39 -0500)
commit8a07fe257946104c80f656617c168a340f4dae77
tree6f96bfe7554bb90bd1743a9284e1cb2f5742b09c
parentd2752cde56e7cf67abc2e7f0a0fc91612016585f
Add --help, --quiet options to test.py.

Fixes Ben's "unintuitive test.py interface" bug:

Date: Wed, 27 Jan 2010 14:09:14 +1100
From: Ben Finney
Subject: [Be-devel] Re: Test suite on Trevor's development branch
...
> $ python ./test.py -q
>
> ----------------------------------------------------------------------
> Ran 0 tests in 0.000s
>
> OK

Running a Python unittest-capable test suite with "-q" should run it in
"quiet" mode, where progress is indicated by single characters along a
lone, and only failures and errors are reported.
...
test.py