Re: [Pydev-code] PyDev tests do not build
Brought to you by:
fabioz
From: C. Y. G. G. <the...@gm...> - 2008-11-24 22:07:59
|
Hello, 2008/11/24 Raul Fernandes Herbster <ra...@em...>: > Hi, > > I'm facing problems to build PyDev source code (tag/pydev_1_3_24). On unit > tests, the class org.python.pydev.core.TestDependent cannot be resolved. In > fact, org.python.pydev.core.TestDependent does not exist. Any ideas? > It does exist, but it is a bit difficult to find it, don't worry :) It is part of the org.python.pydev.core project, inside the tests/org/python/pydev/core folder. You need to change some properties in order to run the tests, but it is not really hard to do if you take a look at the values already set. Kind regards, Cristina |