summaryrefslogtreecommitdiff
path: root/TDD
diff options
context:
space:
mode:
authorikkiran2012-01-30 11:21:46 +0530
committerikkiran2012-01-30 11:21:46 +0530
commit0902b01e19fcc4c223fe530e2f7bdd7bb1f83222 (patch)
tree02302744ef84b420e30768644586c097e1b4810e /TDD
parent8bb729fb236c2fb17fb993d5cd765483ea05d61a (diff)
downloadsdes-stscripts-0902b01e19fcc4c223fe530e2f7bdd7bb1f83222.tar.gz
sdes-stscripts-0902b01e19fcc4c223fe530e2f7bdd7bb1f83222.tar.bz2
sdes-stscripts-0902b01e19fcc4c223fe530e2f7bdd7bb1f83222.zip
Updated Objectives and few other changes.
Diffstat (limited to 'TDD')
-rwxr-xr-xTDD/using_python_framework_for_tdd/tdd2_script.rst14
1 files changed, 7 insertions, 7 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2_script.rst b/TDD/using_python_framework_for_tdd/tdd2_script.rst
index ccaa0ec..ca503f1 100755
--- a/TDD/using_python_framework_for_tdd/tdd2_script.rst
+++ b/TDD/using_python_framework_for_tdd/tdd2_script.rst
@@ -3,9 +3,9 @@
.. At the end of this tutorial, you will be able to:
- .. 1. Know what is TDD.
- .. 2. Understand the use of test cases.
- .. 3. Write simple tests for a function.
+ .. Understand the use of persistent test cases.
+ .. Write doctest and unittest for any given function.
+ .. Understand the use of nosetest.
.. Prerequisites
.. -------------
@@ -18,7 +18,7 @@ Script
.. L1
-{{{ Show the first slide containing title, name of the production
+{{{ Show the first slide containing the title, name of the production
team along with the logo of MHRD }}}
.. R1
@@ -34,9 +34,9 @@ Hello friends and Welcome to the tutorial on
At the end of this tutorial, you will be able to,
- 1. understand use of persistent test cases.
- #. write doctest and unittest for any given function.
- #. and understand the use of nosetest.
+ 1. Understand the use of persistent test cases.
+ #. Write doctest and unittest for any given function.
+ #. Understand the use of nosetest.
.. L3