summaryrefslogtreecommitdiffstats
path: root/report/chapters/5-testing.tex
diff options
context:
space:
mode:
authorSiddharth Ravikumar <sravik@bgsu.edu>2016-02-09 11:00:39 -0500
committerSiddharth Ravikumar <sravik@bgsu.edu>2016-02-09 11:00:39 -0500
commit59939370fc87ce1b17caec9c468948c657cafe4b (patch)
treecce2a5f958dfb623708f2363cf60f1f8d79d7aa4 /report/chapters/5-testing.tex
parent2bfe06d13dbbc752cc9e546ecad7126bf8c9b727 (diff)
Drafted sections 4.5, 4.6 and 4.7
Diffstat (limited to 'report/chapters/5-testing.tex')
-rw-r--r--report/chapters/5-testing.tex6
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+