>> 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
    >>> CONFIG['data_path'] = '/tmp'

I confuse about:

    >>> config = config.set_trytond()

Reply via email to