Python : Check for runtime errors

Posted by Algorist on Stack Overflow See other posts from Stack Overflow or by Algorist
Published on 2010-03-18T02:06:54Z Indexed on 2010/03/18 2:11 UTC
Read the original article Hit count: 288

Filed under:
|

Hi,

I wrote a python module. Running python filename.py, only checks for syntax errors. Is there a tool, which checks for runtime errors also, like concatenating int with string etc..

Thank you Bala

© Stack Overflow or respective owner

Related posts about python

Related posts about compilation