diff options
author | Shantanu Choudhary | 2009-10-28 15:17:39 +0530 |
---|---|---|
committer | Shantanu Choudhary | 2009-10-28 15:17:39 +0530 |
commit | 493822563e409a8c518c6bc13ef8d46b0446631b (patch) | |
tree | 2e29956385274b1b3050c630f1332d94420d8cb9 /day2/session4.tex | |
parent | ed5313daf1a5a1927c550193283c5c3dad55104f (diff) | |
download | workshops-493822563e409a8c518c6bc13ef8d46b0446631b.tar.gz workshops-493822563e409a8c518c6bc13ef8d46b0446631b.tar.bz2 workshops-493822563e409a8c518c6bc13ef8d46b0446631b.zip |
Corrections to day1 Session1, day2 Session 3 and 4.
Diffstat (limited to 'day2/session4.tex')
-rw-r--r-- | day2/session4.tex | 16 |
1 files changed, 14 insertions, 2 deletions
diff --git a/day2/session4.tex b/day2/session4.tex index 7b01345..d7aae3f 100644 --- a/day2/session4.tex +++ b/day2/session4.tex @@ -95,9 +95,9 @@ %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% % Title page -\title[]{Test Driven Approach} +\title[]{Debugging and \\Test Driven Approach} -\author[FOSSEE Team] {FOSSEE} +\author[FOSSEE] {FOSSEE} \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} \date[] {11, October 2009} @@ -193,7 +193,9 @@ or modulo by zero \item \kwrd{print} based strategy \item Process: \end{itemize} +\begin{center} \pgfimage[interpolate=true,width=5cm,height=5cm]{DebugginDiagram.png} +\end{center} \end{frame} \begin{frame}[fragile] @@ -371,4 +373,14 @@ def test_function_ignore_cases_words(): \inctime{15} \end{frame} +\begin{frame} + \frametitle{We have learned} + \begin{itemize} + \item Following and Resolving Error Messages. + \item Exceptions. + \item Approach for Debugging. + \item Writting and running tests. + \end{itemize} +\end{frame} + \end{document} |