Skip to content
Snippets Groups Projects
Commit 45a4475e authored by Ori Almog's avatar Ori Almog
Browse files

Slight modifications

parent c1d86019
No related branches found
No related tags found
No related merge requests found
No preview for this file type
...@@ -156,23 +156,23 @@ ...@@ -156,23 +156,23 @@
\bigskip \bigskip
% Venn-diagram % Venn-diagram
\centering \begin{center}
\begin{tikzpicture}[fill=white] \begin{tikzpicture}[fill=white]
% left hand % left hand
\scope \scope
\clip (1,0) circle (1); \clip (1,0) circle (1);
\endscope \endscope
% right hand % right hand
\scope \scope
\clip (0,0) circle (1); \clip (0,0) circle (1);
\endscope \endscope
% outline % outline
\draw (-1,0) circle (2) (-4,1) node [text=black,above] {$Source$} \draw (-1,0) circle (2) (-4,1) node [text=black,above] {$Source$}
(1,0) circle (2) (4,1) node [text=black,above] {$Test$}; (1,0) circle (2) (4,1) node [text=black,above] {$Test$};
\end{tikzpicture} \end{tikzpicture}
\flushleft \end{center}
\bigskip \bigskip
\bigskip \bigskip
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
\bigskip \bigskip
There is a plan to implement a python script on the GitLab pipeline that will cause the build to fail if any of the tests do not pass. At this time of writing this is not yet implemented, but note will be made when it does. It should be noted that if a build fails, the pipeline not only reports the failure, but also logs where the failure happened, down to the specific test case. This will hopefully make debugging a more pleasant experience later on. There is a plan to implement a python script on the GitLab pipeline that will cause the build to fail if any of the tests do not pass. At the time of writing this document, it is not yet implemented, but note will be made when it does. It should be noted that if a build fails, the pipeline not only reports the failure, but also logs where the failure happened, down to the specific test case. This will hopefully make debugging a more pleasant experience later on.
\subsection{Testing Schedule} \subsection{Testing Schedule}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment