merits of Lisp vs Python

Ravi Teja webraviteja at gmail.com
Mon Dec 18 01:51:51 EST 2006


Jean-Paul Calderone wrote:
> On 11 Dec 2006 03:01:32 -0800, Ravi Teja <webraviteja at gmail.com> wrote:
> >Timofei Shatrov wrote:
> >
> > [snip]
> >
> >Of course, doctest is hardly the ultimate testing solution. But it does
> >an admirable job for many cases where you don't need to setup elaborate
> >tests.
> >
> >> It's not surprising that no one uses this stuff for serious work.
> >
> >I have seen enough libraries that use doctest. Zope, Twisted and Paste
> >are some of the popular Python projects in that use it. Epydoc supports
> >it as well.
>
> Just as a factual correction, Twisted does not use doctests.
>
> Jean-Paul

You are right. I did a quick search on my Python Lib folder for that
post to list some well known projects. Twisted does have some doctests
in there but does not use them for actual testing (apparently, only to
check for doctest support).

Ravi Teja.




More information about the Python-list mailing list