diff options
author | Jovina | 2012-08-03 11:35:54 +0530 |
---|---|---|
committer | Jovina | 2012-08-03 11:35:54 +0530 |
commit | a9c09136b785a5769d7b927c22f416f1964016fe (patch) | |
tree | a4d4b9b7b142bbe5051485d69640e17e2f32b16e /TDD/using_python_framework_for_tdd/tdd2.tex | |
parent | 18d8394b05bc6cc52cd1a54a59a22163b5147c34 (diff) | |
parent | f71e9c3a7f4407dcd1ade3858c9a3a07028ce716 (diff) | |
download | sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.gz sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.tar.bz2 sdes-stscripts-a9c09136b785a5769d7b927c22f416f1964016fe.zip |
Merge branch 'master' of http://github.com/FOSSEE/sdes-stscripts
Diffstat (limited to 'TDD/using_python_framework_for_tdd/tdd2.tex')
-rw-r--r-- | TDD/using_python_framework_for_tdd/tdd2.tex | 20 |
1 files changed, 15 insertions, 5 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2.tex b/TDD/using_python_framework_for_tdd/tdd2.tex index 561f4a2..1aa409f 100644 --- a/TDD/using_python_framework_for_tdd/tdd2.tex +++ b/TDD/using_python_framework_for_tdd/tdd2.tex @@ -294,7 +294,7 @@ if __name__ == '__main__': \item Allows us to pick and choose which tests to run \item Helps output the test-results and aggregate them in various formats - \item Not part of the Python distribution itself + \item Not part of the Python distribution itself \footnote{$http://packages.python.org/distribute/easy$\textunderscore$install.html$} \begin{lstlisting} $ easy_install nose \end{lstlisting} %$ @@ -328,9 +328,19 @@ $ nosetests \begin{enumerate} -\item ? +\item An underlying assumption of TDD is that you have a testing framework available to you.\\ + \begin{enumerate} + \item True + \item False + \end{enumerate} \vspace{8pt} -\item ? +\item Test-Driven Development is an advanced technique of using automated \_\_\_\_\_\_\_\_\_ tests to drive the design of software and force deoupling of dependecies.\\ + \begin{enumerate} + \item Incremental + \item Unit + \item Programming + \item Object + \end{enumerate} \end{enumerate} \end{frame} \begin{frame} @@ -339,9 +349,9 @@ $ nosetests \begin{enumerate} -\item +\item True \vspace{15pt} -\item +\item Unit \end{enumerate} \end{frame} %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |