From 9e0e14a9fceb6de53a69bc2b247ce284717ca25f Mon Sep 17 00:00:00 2001 From: InigoGutierrez Date: Thu, 25 Aug 2022 21:01:41 +0200 Subject: Added space before cites. --- doc/tex/systemAnalysis.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'doc/tex/systemAnalysis.tex') 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. -- cgit v1.2.1