Evaluating python - a question

D-Man dsh8290 at rit.edu
Thu May 17 15:27:56 EDT 2001


On Thu, May 17, 2001 at 03:02:59PM -0400, Alex wrote:
| 
| > Is there any mechanism in Python to detect typos like this as, in a
| > large program, they're bound to happen.
| 
| Unit testing.

Unit testing is good, and should be done, but there is also
"PyChecker".  I don't have a link handy, but if you check the list
archives you will find many mentions of it (in the last month or two).

-D





More information about the Python-list mailing list