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