changeset 403 | 9858ca9e3f93 |
parent 402 | 9bf3411b264d |
child 404 | 3117f104c577 |
child 406 | a534e9e79599 |
402:9bf3411b264d | 403:9858ca9e3f93 |
---|---|
1 In this tutorial we have learned to |
|
2 1.Create simple tests for a function. |
|
3 2.Learn to Automate tests using many predefined test cases. |
|
4 3.Good coding standards. |
|
5 4.Difference between syntax error and exception. |
|
6 5.Handling exception using try and except. |
|
7 6.Using %debug for debugging on ipython. |
|
8 |