testing-debugging/#~summary#
author Amit Sethi
Mon, 08 Nov 2010 01:56:03 +0530
changeset 402 9bf3411b264d
parent 401 abf092be95ef
permissions -rw-r--r--
Merging changes

In this tutorial we have learned to
1.Create simple tests for a function.
2.Learn to Automate tests using many predefined test cases.
3.Good coding standards.
4.Difference between syntax error and exception.
5.Handling exception using try and except.
6.Using %debug for debugging on ipython.