summaryrefslogtreecommitdiff
path: root/TDD/using_python_framework_for_tdd
diff options
context:
space:
mode:
authorSrikant2012-01-30 16:57:29 +0530
committerSrikant2012-01-30 16:57:29 +0530
commite3276253509dbb50815e14022c1fb8c193507992 (patch)
tree55e5eee0a556cc6bc65d61a67c20e57fa412c5f9 /TDD/using_python_framework_for_tdd
parentc2cb335fa1071861925745fb830b0f688e80eca6 (diff)
downloadsdes-stscripts-e3276253509dbb50815e14022c1fb8c193507992.tar.gz
sdes-stscripts-e3276253509dbb50815e14022c1fb8c193507992.tar.bz2
sdes-stscripts-e3276253509dbb50815e14022c1fb8c193507992.zip
fixed few typos
Diffstat (limited to 'TDD/using_python_framework_for_tdd')
-rwxr-xr-xTDD/using_python_framework_for_tdd/tdd2_script.rst17
1 files changed, 9 insertions, 8 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2_script.rst b/TDD/using_python_framework_for_tdd/tdd2_script.rst
index 4343b2a..d90c5eb 100755
--- a/TDD/using_python_framework_for_tdd/tdd2_script.rst
+++ b/TDD/using_python_framework_for_tdd/tdd2_script.rst
@@ -63,8 +63,8 @@ first column is the integer value that has to be passed to the function.
.. L4
-{{{ Switch to slide4 ,Persistent test cases,(after 3 seconds) show the
- fibonacci_testcases.dat file}}}
+{{{ Switch to slide4 ,Persistent test cases, (after 3 seconds) show the
+fibonacci_testcases.dat file}}}
.. R5
@@ -77,7 +77,7 @@ file for test cases.
.. L5
{{{ Switch to slide5, Modify fibonacci.py , show the modified
- fibonacci.py file}}}
+fibonacci.py file}}}
.. R6
@@ -175,14 +175,15 @@ files too.
.. R13
-The function ``setUp`` will read all the test data and store
-it in a list.The next function ``test_fibonacci`` contains
-test code. The last function deletes the data from test_cases
-list and closes ``fibonacci_testcases.dat`` file.
+The ``setUp`` function will read all the test data and store
+it in a list test_cases. The ``test_fibonacci`` function
+consists the actual test code. And the third function ``tearDown``
+deletes the data from test_cases
+and closes ``fibonacci_testcases.dat`` file.
.. L13
-{{{ Show slide13(stay for 3 seconds and switch to slide14 }}}
+{{{ Show slide13(stay for 3 seconds) and switch to slide14 }}}
.. R23