Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > comp.lang.python > #51098
| References | (2 earlier) <9a7d2025-380a-43a9-add5-06691d77fc07@googlegroups.com> <mailman.5010.1374602666.3114.python-list@python.org> <2ff91ad7-a528-4a75-a4ea-5b6a9194a776@googlegroups.com> <mailman.5011.1374604399.3114.python-list@python.org> <d7bf5555-f3c6-4058-92c3-98e0d1cc3c65@googlegroups.com> |
|---|---|
| Date | 2013-07-23 14:11 -0500 |
| Subject | Re: Python testing tools |
| From | Skip Montanaro <skip@pobox.com> |
| Newsgroups | comp.lang.python |
| Message-ID | <mailman.5012.1374606718.3114.python-list@python.org> (permalink) |
> 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? I haven't followed pychecker development for awhile. Pylint seems more actively maintained, though I could be wrong. The import issue is one significant difference, important if you are trying to check scripts which have side effects when imported. It's not a matter of like or not. I use what works and can easily be fit into the way I work. Both pylint and pychecker satisfy that constraint. S
Back to comp.lang.python | Previous | Next — Previous in thread | Next in thread | Find similar | Unroll thread
Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-19 15:56 -0700
Re: Python testing tools Ben Finney <ben+python@benfinney.id.au> - 2013-07-20 18:11 +1000
Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 10:51 -0700
Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 13:04 -0500
Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 11:12 -0700
Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 13:33 -0500
Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-23 11:56 -0700
Re: Python testing tools Skip Montanaro <skip@pobox.com> - 2013-07-23 14:11 -0500
Re: Python testing tools Ben Finney <ben+python@benfinney.id.au> - 2013-07-24 08:51 +1000
Re: Python testing tools cutems93 <ms2597@cornell.edu> - 2013-07-30 17:18 -0700
Re: Python testing tools Y Yen <srcmap.y.yen@gmail.com> - 2013-07-24 15:02 -0700
csiph-web