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