diff options
Diffstat (limited to 'report/chapters/5-testing.tex')
-rw-r--r-- | report/chapters/5-testing.tex | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/report/chapters/5-testing.tex b/report/chapters/5-testing.tex index 7d6f76a..e6376f1 100644 --- a/report/chapters/5-testing.tex +++ b/report/chapters/5-testing.tex @@ -1,9 +1,9 @@ -\chapter{Testing} +\chapter{Testing}\label{ch:5} \epigraph{Testing shows the presence, not the absence of bugs.}{\textit{Dijkstra}\cite{dijkstra69}} -\section{Unit testing} +\section{Unit testing}\label{sec:5-unit-testing} The \verb+nose+\cite{pylib:nose} testing framework was used to write unit tests for the functions and classes part of the @@ -66,7 +66,7 @@ Unit tests failed to reveal bugs \#4, \#5 \#6 \#7 \#5 \#10 \#11\cite{combox-issue-tracker}; these bugs were found when manually testing combox. -\section{Manual testing} +\section{Manual testing}\label{sec:5-manual-testing} The unit tests for the \verb+combox.events+ module test the correctness of the \verb+ComboxDirMonitor+ and \verb+NodeDirMonitor+ |