Re: [tryton-dev] Scenarios test - Add data_path

2013-10-22 Thread Raimon Esteve
>> How to add data_path in scenarios test? - because when execute test >> don't pass a configuration file and not add data_path value. > > It does > http://hg.tryton.org/trytond/file/1c61fd35eff4/trytond/tests/test_tryton.py#l25 Ups! Thanks. >>> from trytond.config import CONFIG >>> CONFI

Re: [tryton-dev] Scenarios test - Add data_path

2013-10-22 Thread Cédric Krier
On 22/10/13 10:04 +0200, Raimon Esteve wrote: > Hello, > > How to add data_path in scenarios test? - because when execute test > don't pass a configuration file and not add data_path value. It does http://hg.tryton.org/trytond/file/1c61fd35eff4/trytond/tests/test_tryton.py#l25 But all the indivi