From 662ebe5e564a813176696e90c39914b4c9fbcdce Mon Sep 17 00:00:00 2001 From: Ethan Smith-Coss Date: Mon, 16 May 2022 17:35:58 +0100 Subject: [PATCH] Update 'README.md' Appended section for testing, and where to locate the testing documentation. Signed-off-by: Ethan Smith-Coss --- README.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index a44a38a..f4afd1d 100644 --- a/README.md +++ b/README.md @@ -195,6 +195,14 @@ each point is advantageous for one library or the other depends on the developer's use-case – it does not mean one is objectively better than the other. Which library is used depends on the use-case, but both could be used. +## Testing +If you wish to perform your own testing on the code base, create new unit +tests for new features to the project, or create more unit tests for existing +functionality, then consult the `TESTING.md` documentation file under `testing` +on how to go about this. Optionally, if you wish to understand how automated +testing is performed for Clog, you may also consult the same file for more +information. + ## Licence This project is licensed under the GNU GPLv3 or later licence agreement, which hereby states that this software does not come with warranty or liability. @@ -204,4 +212,4 @@ For more, please consult the `LICENCE.txt` file. ## Author Ethan Smith-Coss (`ethan.sc@closedless.xyz`) -Copyright (C) 2022-23 +Copyright (c) 2022-23