On 10/22/06, Baiju M <[EMAIL PROTECTED]> wrote:
So any module imported should be added as a dependency.
Then, what about modules imported in test files (*.txt or test*.py files) ?

Pretty much; there are cases where a package might import something
conditionally in order to improve integration, but if it isn't
available, the package as a whole can function just fine on its own.
In those cases, no dependency should be recorded.

Ideally, dependencies of the implementation and the tests should be
separated, but we've been treating them as one so far.  Moving to eggs
should allow improvements along these lines.


 -Fred

--
Fred L. Drake, Jr.    <fdrake at gmail.com>
"Every sin is the result of a collaboration." --Lucius Annaeus Seneca
_______________________________________________
Zope3-dev mailing list
Zope3-dev@zope.org
Unsub: http://mail.zope.org/mailman/options/zope3-dev/archive%40mail-archive.com

Reply via email to