summaryrefslogtreecommitdiff
path: root/TDD/using_python_framework_for_tdd
diff options
context:
space:
mode:
Diffstat (limited to 'TDD/using_python_framework_for_tdd')
-rw-r--r--TDD/using_python_framework_for_tdd/tdd2.tex18
1 files changed, 14 insertions, 4 deletions
diff --git a/TDD/using_python_framework_for_tdd/tdd2.tex b/TDD/using_python_framework_for_tdd/tdd2.tex
index 561f4a2..a32170c 100644
--- a/TDD/using_python_framework_for_tdd/tdd2.tex
+++ b/TDD/using_python_framework_for_tdd/tdd2.tex
@@ -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}
%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%