diff options
Diffstat (limited to 'doc')
-rw-r--r-- | doc/project-report.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/project-report.md b/doc/project-report.md index f9a95ef..8a8103f 100644 --- a/doc/project-report.md +++ b/doc/project-report.md | |||
@@ -82,7 +82,7 @@ Some MLV library functions have been partly wrapped to ensure the coherence with | |||
82 | _"Sir, the testing?"_, Caroline reminds. | 82 | _"Sir, the testing?"_, Caroline reminds. |
83 | Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of | 83 | Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of |
84 | small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation | 84 | small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation |
85 | have also been written in order to test the graphical user interface at the component level. | 85 | have also been used during the development in order to test the graphical user interface at the component level. |
86 | 86 | ||
87 | Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. | 87 | Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. |
88 | 88 | ||