|
From: Richard J. <rj...@ek...> - 2002-11-15 09:03:24
|
On Fri, 15 Nov 2002 4:27 pm, Andreas Jung wrote:
> --On Freitag, 15. November 2002 09:02 +1100 Richard Jones
> <rj...@ek...> wrote:
> > On Fri, 15 Nov 2002 6:14 am, Andreas Jung wrote:
> >> - the test reside currently outside the docutils package instead
> >> inside the package (as most Zope packages do).
> >
> > Is this an absolute necessity? It seems odd to install unit tests,
> > especially since they'll probably never be run...
> >
> > I only ask becuase I do the same thing with my projects.
> >
> there are testrunners working all night to run all unittest
> for the different versions. I don't know why they should never be
> run?
Yes, but do the testrunners have to run the tests from the python std library?
And surely users will rarely run unit tests every night?
Richard
|