diff options
author | ikkiran | 2012-01-30 13:54:14 +0530 |
---|---|---|
committer | ikkiran | 2012-01-30 13:54:14 +0530 |
commit | 9c943d7375af3ed25c2c1d32f42bdf359f13d115 (patch) | |
tree | 2f752d607ce88ab83de5b44d5b96b99c529321f8 | |
parent | 70562e864d4122d30653e781d3a472a65f8f7dac (diff) | |
download | sdes-stscripts-9c943d7375af3ed25c2c1d32f42bdf359f13d115.tar.gz sdes-stscripts-9c943d7375af3ed25c2c1d32f42bdf359f13d115.tar.bz2 sdes-stscripts-9c943d7375af3ed25c2c1d32f42bdf359f13d115.zip |
Minor Changes: R10.
-rwxr-xr-x | TDD/using_python_framework_for_tdd/tdd2_script.rst | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2_script.rst b/TDD/using_python_framework_for_tdd/tdd2_script.rst index be41e6d..53165fa 100755 --- a/TDD/using_python_framework_for_tdd/tdd2_script.rst +++ b/TDD/using_python_framework_for_tdd/tdd2_script.rst @@ -44,7 +44,7 @@ At the end of this tutorial, you will be able to, .. R3 -Before beginning this tutorial,we would suggest you to complete the +Before beginning this tutorial,we suggest you to complete the tutorial on "Test driven development-part 1". .. R4 @@ -133,7 +133,7 @@ it complains only when any test fails. .. R10 -Let us run doctests by typing ``python fibonacci.py``. +Let us run doctest by typing ``python fibonacci.py``. As all tests pass, doctest doesn't give any output. For detailed information, we may run the file with -v argument. Run as ``python -v fibonacci.py``. |