Tatiana Quizhpe
2017-02-14 17:03:10 UTC
Estoy desarrollando un módulo y quiero ejecutar un test con el siguiente
comando [1]. Pero obtengo el errror [2].
Alguien me puede indicar a que se debe el error o en la versión 3.4 se
debe utilizar un comando diferente.
[1] python server/trytond/tests/run-tests.py -m sale_one
[2] Traceback (most recent call last):
File "server/trytond/tests/run-tests.py", line 11, in <module>
from trytond.config import config
ImportError: No module named trytond.config
comando [1]. Pero obtengo el errror [2].
Alguien me puede indicar a que se debe el error o en la versión 3.4 se
debe utilizar un comando diferente.
[1] python server/trytond/tests/run-tests.py -m sale_one
[2] Traceback (most recent call last):
File "server/trytond/tests/run-tests.py", line 11, in <module>
from trytond.config import config
ImportError: No module named trytond.config