Update testing section

The testing section in `CONTRIBUTING.md` is stale, update it to point
readers towards the readme.
This commit is contained in:
Tobin C. Harding 2023-03-21 15:29:32 +11:00
parent 2f404f9b5c
commit fe83ee6061
No known key found for this signature in database
GPG Key ID: 40BF9E4C269D6607
1 changed files with 2 additions and 4 deletions

View File

@ -207,10 +207,8 @@ seriously. Due to the modular nature of the project, writing new test cases is
easy and good test coverage of the codebase is an important goal. Refactoring easy and good test coverage of the codebase is an important goal. Refactoring
the project to enable fine-grained unit testing is also an ongoing effort. the project to enable fine-grained unit testing is also an ongoing effort.
Fuzzing is heavily encouraged: feel free to add related material under `fuzz/` Various methods of testing are in use (e.g. fuzzing, mutation), please see
the [readme](./REAME.md) for more information.
Mutation testing is planned; any contributions helping with that are highly
welcome!
## Going further ## Going further