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
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
401
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     1
In this tutorial we have learned to
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     2
1.Create simple tests for a function.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     3
2.Learn to Automate tests using many predefined test cases.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     4
3.Good coding standards.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     5
4.Difference between syntax error and exception.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     6
5.Handling exception using try and except.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     7
6.Using %debug for debugging on ipython.
abf092be95ef Adding testing and debugging files
Amit Sethi
parents:
diff changeset
     8