Skip to content
Snippets Groups Projects
Commit 3eca8363 authored by Arthur Vuagniaux's avatar Arthur Vuagniaux
Browse files

Issue #155: Update

parent 8111b267
No related branches found
No related tags found
1 merge request!92Resolve "Update developper documentation"
......@@ -1122,6 +1122,15 @@ The example in figuree~\ref{fig:image16} is what the developer should find as su
\label{fig:image16}
\end{figure}
Now that constraint is done, here is the following files instructions:
\begin{itemize}
\item \textbf{Avoid bad names}: for the files, it has to be clear.
\item \textbf{Not too much tests by files}: no more than 10 tests by files. Its avoid to have files with a lot of tests, to be lost between some tests, to have file with too much lines and also to have tests that have no record with the name of the file. Its allow the developer to find more quickly tests and to ensure the name of the file.
\item \textbf{Following the previous instructions}: see ~\ref{sec:code_info}
\end{itemize}
\subsubsection{Test Instructions}
Here is an example of a fine test:
......
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