equal
deleted
inserted
replaced
95 |
95 |
96 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
96 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
97 % Title page |
97 % Title page |
98 \title[]{Test Driven Approach} |
98 \title[]{Test Driven Approach} |
99 |
99 |
100 \author[FOSSEE Team] {Asokan Pichai\\Prabhu Ramachandran} |
100 \author[FOSSEE Team] {FOSSEE} |
101 |
101 |
102 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} |
102 \institute[IIT Bombay] {Department of Aerospace Engineering\\IIT Bombay} |
103 \date[] {11, October 2009} |
103 \date[] {11, October 2009} |
104 \date[] % (optional) |
104 \date[] % (optional) |
105 } |
105 |
106 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
106 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%% |
107 |
107 |
108 %\pgfdeclareimage[height=0.75cm]{iitblogo}{iitblogo} |
108 %\pgfdeclareimage[height=0.75cm]{iitblogo}{iitblogo} |
109 %\logo{\pgfuseimage{iitblogo}} |
109 %\logo{\pgfuseimage{iitblogo}} |
110 |
110 |
143 \end{frame} |
143 \end{frame} |
144 |
144 |
145 \section{Test Driven Approach} |
145 \section{Test Driven Approach} |
146 |
146 |
147 \begin{frame} |
147 \begin{frame} |
148 \frametitle{Testing code with \typ{nosetests}} |
148 \frametitle{Testing code with nosetests} |
149 |
149 |
150 \begin{itemize} |
150 \begin{itemize} |
151 \item Writing tests is really simple! |
151 \item Writing tests is really simple! |
152 |
152 |
153 \item Using nose. |
153 \item Using nose. |