summaryrefslogtreecommitdiff
path: root/assignments
diff options
context:
space:
mode:
Diffstat (limited to 'assignments')
-rw-r--r--assignments/assignment1.tex7
1 files changed, 7 insertions, 0 deletions
diff --git a/assignments/assignment1.tex b/assignments/assignment1.tex
index 525a44a..ebe7f8a 100644
--- a/assignments/assignment1.tex
+++ b/assignments/assignment1.tex
@@ -197,6 +197,13 @@ The tests will either be stored in the examples database (directory) or will be
Since Haskell, as most functional programming languages, is ``stable" in terms of side effects and randomness, reproductivity should no be an issue. Nevertheless, we will make sure every test case can be reproduced, that is, run again leading to the same results as is documented.
+\section{Manual Testing}
+
+% TODO : Add the "results" of the exercises of section 2 of the assignment.
+
+\section{Automated Testing}
+
+% TODO : Add the "results" of the exercises of section 3 of the assignment.
\begin{thebibliography}{8}
\bibitem[C] {C} \url{http://haskell.org/cabal}