Re: [tryton-dev] Command options for test script

2014-01-17 Thread Sergi Almacellas Abellana
El 17/01/14 16:20, Cédric Krier ha escrit: I want to run all test for the stock module. So what option may I use? > >run-test.py -m --doctest=scenario_stock.rst run-test.py -m stock >Same for all doctest from the stock module, run-test.py -m stock --no-unittest >and for all unittest for >th

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 16:25, Nicolas Évrard wrote: > * Cédric Krier [2014-01-17 16:20 +0100]: > >On 17 Jan 16:05, Sergi Almacellas Abellana wrote: > >>I want to run all test for the stock module. So what option may I > >>use? > >> > >>run-test.py -m --doctest=scenario_stock.rst > > > >run-test.py -m stock > >

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Jean C
2014/1/17 Nicolas Évrard > * Cédric Krier [2014-01-17 16:20 +0100]: > >> On 17 Jan 16:05, Sergi Almacellas Abellana wrote: >> >>> I want to run all test for the stock module. So what option may I >>> use? >>> >>> run-test.py -m --doctest=scenario_stock.rst >>> >> >> run-test.py -m stock >> >> S

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Nicolas Évrard
* Cédric Krier [2014-01-17 16:20 +0100]: On 17 Jan 16:05, Sergi Almacellas Abellana wrote: I want to run all test for the stock module. So what option may I use? run-test.py -m --doctest=scenario_stock.rst run-test.py -m stock Same for all doctest from the stock module, run-test.py -m st

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 16:05, Sergi Almacellas Abellana wrote: > El 17/01/14 16:02, Cédric Krier ha escrit: > >On 17 Jan 15:54, Sergi Almacellas Abellana wrote: > >>>El 17/01/14 15:33, Cédric Krier ha escrit: > >On 17 Jan 15:24, Sergi Almacellas Abellana wrote: > >> >>>El 17/01/14 15:11, Cédric Krier h

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Sergi Almacellas Abellana
El 17/01/14 16:02, Cédric Krier ha escrit: On 17 Jan 15:54, Sergi Almacellas Abellana wrote: >El 17/01/14 15:33, Cédric Krier ha escrit: > >On 17 Jan 15:24, Sergi Almacellas Abellana wrote: > >>>El 17/01/14 15:11, Cédric Krier ha escrit: > >On 17 Jan 14:10, Sergi Almacellas Abellana wrot

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 15:54, Sergi Almacellas Abellana wrote: > El 17/01/14 15:33, Cédric Krier ha escrit: > >On 17 Jan 15:24, Sergi Almacellas Abellana wrote: > >>>El 17/01/14 15:11, Cédric Krier ha escrit: > >On 17 Jan 14:10, Sergi Almacellas Abellana wrote: > >> >>>El 14/01/14 19:07, Cédric Krier h

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Sergi Almacellas Abellana
El 17/01/14 15:33, Cédric Krier ha escrit: On 17 Jan 15:24, Sergi Almacellas Abellana wrote: >El 17/01/14 15:11, Cédric Krier ha escrit: > >On 17 Jan 14:10, Sergi Almacellas Abellana wrote: > >>>El 14/01/14 19:07, Cédric Krier ha escrit: > >On 14 Jan 16:02, Guillem Barba Domingo wrote: >

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 15:24, Sergi Almacellas Abellana wrote: > El 17/01/14 15:11, Cédric Krier ha escrit: > >On 17 Jan 14:10, Sergi Almacellas Abellana wrote: > >>>El 14/01/14 19:07, Cédric Krier ha escrit: > >On 14 Jan 16:02, Guillem Barba Domingo wrote: > >My proposal: > > > > Usage:

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Sergi Almacellas Abellana
El 17/01/14 15:11, Cédric Krier ha escrit: On 17 Jan 14:10, Sergi Almacellas Abellana wrote: >El 14/01/14 19:07, Cédric Krier ha escrit: > >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

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Cédric Krier
On 17 Jan 14:10, Sergi Almacellas Abellana wrote: > El 14/01/14 19:07, Cédric Krier ha escrit: > >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

Re: [tryton-dev] Command options for test script

2014-01-17 Thread Sergi Almacellas Abellana
El 14/01/14 19:07, Cédric Krier ha escrit: 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

Re: [tryton-dev] Command options for test script

2014-01-15 Thread Cédric Krier
On 15 Jan 10:41, Jean C wrote: > > > > My proposal: > > > > Usage: run-tests.py [options] [test] [...] > > Options: > > -h, --helpshow this help message and exit > > -c CONFIG, --config=CONFIG > > specify config file > > -m, --module

Re: [tryton-dev] Command options for test script

2014-01-15 Thread Jean C
> > My proposal: > > Usage: run-tests.py [options] [test] [...] > Options: > -h, --helpshow this help message and exit > -c CONFIG, --config=CONFIG > specify config file > -m, --modules Run also modules tests > -v

Re: [tryton-dev] Command options for test script

2014-01-14 Thread Cédric Krier
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. W

[tryton-dev] Command options for test script

2014-01-14 Thread Guillem Barba Domingo
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? You ca