Update 'README.md'

Appended section for testing, and where to locate the testing documentation.

Signed-off-by: Ethan Smith-Coss <ethan.sc@closedless.xyz>
This commit is contained in:
Ethan Smith-Coss 2022-05-16 17:35:58 +01:00
parent 8b8e1dbe68
commit 662ebe5e56
Signed by: ClosedLess Git
GPG Key ID: C8BD354F5DDE0505

View File

@ -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