Improved test

This commit is contained in:
jmartin 2014-05-27 11:26:50 +02:00
parent 3e129a95a8
commit 50e096f619
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ Imports::
>>> today = datetime.date.today()
>>> from trytond.config import CONFIG
>>> CONFIG['data_path'] = '/tmp/trytond'
>>> module_path = os.path.join(os.path.dirname(os.getcwd()), 'modules', 'csv_import', 'tests')
>>> module_path = os.path.dirname(__file__)
>>> if not os.path.exists('/tmp/trytond'):
... os.makedirs('/tmp/trytond')
>>> if not os.path.exists('/tmp/trytond/:memory:'):