summaryrefslogtreecommitdiff
path: root/testing-debugging/#~summary#
blob: a9732c902f8e4a5a2e5f5b8ec04b25a36441bc47 (plain)
1
2
3
4
5
6
7
8
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.