diff options
author | Primal Pappachan | 2012-01-30 11:46:16 +0530 |
---|---|---|
committer | Primal Pappachan | 2012-01-30 11:46:16 +0530 |
commit | 2f552bdc76a8ca9a48f47ef481356895f77a4d05 (patch) | |
tree | 2fafde5740d4823f1fa5a15a67b5c46b003266bb | |
parent | e49a79a84b469a5e832949fc9b0e2b023f6dc070 (diff) | |
parent | 0902b01e19fcc4c223fe530e2f7bdd7bb1f83222 (diff) | |
download | sdes-stscripts-2f552bdc76a8ca9a48f47ef481356895f77a4d05.tar.gz sdes-stscripts-2f552bdc76a8ca9a48f47ef481356895f77a4d05.tar.bz2 sdes-stscripts-2f552bdc76a8ca9a48f47ef481356895f77a4d05.zip |
Merge github.com:FOSSEE/sdes-stscripts
-rwxr-xr-x | TDD/using_python_framework_for_tdd/tdd2_script.rst | 14 |
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 |