From 59939370fc87ce1b17caec9c468948c657cafe4b Mon Sep 17 00:00:00 2001 From: Siddharth Ravikumar Date: Tue, 9 Feb 2016 11:00:39 -0500 Subject: Drafted sections 4.5, 4.6 and 4.7 --- report/chapters/5-testing.tex | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'report/chapters/5-testing.tex') 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+ -- cgit v1.2.3