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: 310
python
|compilation
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