Hi,
I'm trying to run a test in a module I'm developing, and I've got this
traceback [1]. Have anything changed since 3.0 version that I missed?
Thank you.
[1]
Traceback (most recent call last):
File "test_account.py", line 8, in <module>
import trytond.tests.test_tryton
File
"/home/jmartin/workspace/trytond/trytond/trytond/tests/test_tryton.py",
line 25, in <module>
DB_NAME = os.environ['DB_NAME']
File "/home/jmartin/workspace/trytond/lib/python2.7/UserDict.py", line
23, in __getitem__
raise KeyError(key)
KeyError: 'DB_NAME'