> > My proposal: > > Usage: run-tests.py [options] [test] [...] > Options: > -h, --help show this help message and exit > -c CONFIG, --config=CONFIG > specify config file > -m, --modules Run also modules tests > -v Increase verbosity > --no-unittest Don't run unittest > --no-doctest Don't run doctest > --doctest=NAME specify the name of doctest to run > (if not set all doctest ar run) > > How about a flag to specify the unittest you want to run ? I often find myself starting the tests only for the test_views result.
Jean Cavallo *Coopengo*