aboutsummaryrefslogtreecommitdiff
path: root/doc/tex/systemAnalysis.tex
diff options
context:
space:
mode:
authorInigoGutierrez <inigogf.95@gmail.com>2022-08-25 21:01:41 +0200
committerInigoGutierrez <inigogf.95@gmail.com>2022-08-25 21:01:41 +0200
commit9e0e14a9fceb6de53a69bc2b247ce284717ca25f (patch)
tree295be30afab58486a76fa314aadbf39be8c927b0 /doc/tex/systemAnalysis.tex
parent5cd1cf7ec3fa11e7137b1a82eaa64baa877e80b4 (diff)
downloadimago-9e0e14a9fceb6de53a69bc2b247ce284717ca25f.tar.gz
imago-9e0e14a9fceb6de53a69bc2b247ce284717ca25f.zip
Added space before cites.
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.