diff options
-rwxr-xr-x | TDD/using_python_framework_for_tdd/tdd2_script.rst | 15 |
1 files changed, 14 insertions, 1 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2_script.rst b/TDD/using_python_framework_for_tdd/tdd2_script.rst index b1fd1ef..f8365f5 100755 --- a/TDD/using_python_framework_for_tdd/tdd2_script.rst +++ b/TDD/using_python_framework_for_tdd/tdd2_script.rst @@ -171,8 +171,21 @@ files too. {{{ Show slide13, unittesting fibonacci.py }}} + .. 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. + +.. L13 + +{{{ Show slide13(stay for 3 seconds and switch to slide14 }}} + + +.. R23 + This brings us to the end of the tutorial.In this tutorial, we have learnt to, @@ -180,7 +193,7 @@ we have learnt to, #. Design a Test driven approach for a given ``fibonacci`` function. -.. L13 +.. L23 {{{ switch to slide-13,Summary }}} |