Python testing tools

cutems93 ms2597 at cornell.edu
Tue Jul 23 14:56:17 EDT 2013


On Tuesday, July 23, 2013 11:33:10 AM UTC-7, Skip Montanaro wrote:
> > Thank you! What tool do you use for coverage?
> 
> 
> 
> coverage. :-)
> 
> 
> 
> > And have you used pychecker?
> 
> 
> 
> Yes, in fact, I used to use a wrapper script I wrote that ran both
> 
> pylint and pychecker, then massaged the output into
> 
> suitable-for-emacs-next-error-command
> 
> 
> 
> > I heard it is as good as pylint. What do you think?
> 
> 
> 
> They overlap a fair bit, but do somewhat different things.
> 
> 
> 
> S

Could you please elaborate on the difference of the two? I heard pylint does not import your source code when it is analyzing, while pychecker does. Does that make some difference? Moreover, do you personally like pylint or pycheker and why?

Thank you!!

-Min S.



More information about the Python-list mailing list