On 14 Jan 16:02, Guillem Barba Domingo wrote:
> Hi dudes,
> 
> Cedk has improved the run-tests script [1] allowing to execute the tests
> for only a set of modules [2].
> 
> We think it would be interesting to have options to execute only the unit
> tests, the scenarios or only a single scenario. What do you think? which
> command options you suggest?

Current:

    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

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)

-- 
Cédric Krier - B2CK SPRL
Email/Jabber: cedric.kr...@b2ck.com
Tel: +32 472 54 46 59
Website: http://www.b2ck.com/

Attachment: pgpvboPgLbf4R.pgp
Description: PGP signature

Reply via email to