summaryrefslogtreecommitdiff
path: root/testing-debugging/#~summary#
diff options
context:
space:
mode:
authorAmit Sethi2010-11-08 01:54:34 +0530
committerAmit Sethi2010-11-08 01:54:34 +0530
commite09d107f6a3c7ddd290e4390158f682c1ca2b0b4 (patch)
tree37e48e400be7bd2d0281ec1b4bfb126681dd78f5 /testing-debugging/#~summary#
parent3a20d5d7669a13bc0a1b75bbf6b97e5eff6c408e (diff)
downloadst-scripts-e09d107f6a3c7ddd290e4390158f682c1ca2b0b4.tar.gz
st-scripts-e09d107f6a3c7ddd290e4390158f682c1ca2b0b4.tar.bz2
st-scripts-e09d107f6a3c7ddd290e4390158f682c1ca2b0b4.zip
Adding testing and debugging files
Diffstat (limited to 'testing-debugging/#~summary#')
-rw-r--r--testing-debugging/#~summary#8
1 files changed, 8 insertions, 0 deletions
diff --git a/testing-debugging/#~summary# b/testing-debugging/#~summary#
new file mode 100644
index 0000000..a9732c9
--- /dev/null
+++ b/testing-debugging/#~summary#
@@ -0,0 +1,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.
+