from
Nicolas Chauvat <nicolas.chauvat at logilab dot fr>
to
Scorpio <scorpios666 at gmail dot com>
cc
Python-Projects <python-projects at lists dot logilab dot org>
subject
Re: [Python-projects] New PyLint checker suggestion - doctest_checker
date
Hi there,2005/10/19 11:25
On Tue, Oct 18, 2005 at 07:20:56PM +0200, Scorpio wrote:
> While deploying PyLint, I've developed this doctest checker (attached) to
> help my team testing it's products.
> If you find this checker helpful, feel free to use it and distribute it
> further, under GPL as described in the file.
Working code contributed to pylint under the GPL. Nice !
> I would like you to give me an opinion about this checker, and tell me if
> it's up to PyLint standards and philosophy.
That's an interesting idea. Remembering the recent pylint/pychecker-fusion
discussion it looks like some people want some kind of all-in-one
testing tool... I would have myself kept seperate style-testing and
test cases execution, but it is probably worth it to add doctest
execution as an option to pylint as in
pylint --exec-doctest mymodule
What do people have to say about that ?
--
Nicolas Chauvat
logilab.fr - services en informatique avancée et gestion de connaissances
_______________________________________________
Python-Projects mailing list
Python-Projects@lists.logilab.org
http://lists.logilab.org/mailman/listinfo/python-projects
