int/long unification hides bugs

Josiah Carlson jcarlson at uci.edu
Wed Oct 27 00:39:11 EDT 2004


kartik vaddadi <kartick_vaddadi at yahoo.com> wrote:
> 
> --- Josiah Carlson <jcarlson at uci.edu> wrote:
> > Overflow errors are not automated tests.
> 
> why not? they detect bugs.

Automated testing is the process of creating a set of test inputs with
outputs to validate that your software is working correctly or not.

Overflow errors can occur during regular program execution, and as such,
are not an automated test.

 - Josiah




More information about the Python-list mailing list