From dbfc65079ae57bab49fd98f887766897f82f7a69 Mon Sep 17 00:00:00 2001 From: pacien Date: Tue, 9 Jan 2018 02:23:36 +0100 Subject: Rewrite gui testing in report Signed-off-by: pacien --- doc/project-report.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 _"Sir, the testing?"_, Caroline reminds. Almost all utility, logic and mathematical functions have been covered by automatic unit tests to reduce the risk of small-but-yet-critical mistakes and regressions during the development. Graphical unit tests requiring human validation -have also been written in order to test the graphical user interface at the component level. +have also been used during the development in order to test the graphical user interface at the component level. Assertions have also been used within the module implementations, enforcing pre- and post-conditions inside functions. -- cgit v1.2.3