aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/systemAnalysis.tex
diff options
context:
space:
mode:
Diffstat (limited to 'doc/tex/systemAnalysis.tex')
-rw-r--r--doc/tex/systemAnalysis.tex4
1 files changed, 2 insertions, 2 deletions
diff --git a/doc/tex/systemAnalysis.tex b/doc/tex/systemAnalysis.tex
index e7fbc73..3b6a0a3 100644
--- a/doc/tex/systemAnalysis.tex
+++ b/doc/tex/systemAnalysis.tex
@@ -881,11 +881,11 @@ GTP protocol and outputs the coordinates of the board to play.
\subsubsection{Unitary Testing}
-Tests for the python code are developed using the unittest\cite{python_unittest}
+Tests for the python code are developed using the unittest \cite{python_unittest}
testing framework. It has been chosen by virtue of being thoroughly documented
and widely used.
-The coverage of unit testing is checked with Coverage.py\cite{python_coverage},
+The coverage of unit testing is checked with Coverage.py \cite{python_coverage},
which can by itself run the unittest tests and generate coverage reports based
on the results.